#5A3677

Color #5A3677 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5A3677

Tints of Kingfisher Daisy #5A3677

Color information

#5A3677 (or 0x5A3677) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 36 and 77. RGB value is (90,54,119). Sum of RGB (Red+Green+Blue) = 90+54+119=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A3677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3677 is #A5C988. Grayscale: #474747. Windows color (decimal): -10865033 or 7812698. OLE color: 7812698.

HSL color Cylindrical-coordinate representation of color #5A3677: hue angle of 273.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A3677 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9054119-
CMYK0.240.5500.53
HSL273.23º37.57%33.92%-
HSV(B)273.23º54.62%46.67%-
XYZ8.876.1418.17-
YUV72.17154.43140.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 34.22%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=34.22%
G=20.53%
B=45.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90541190.240.5500.53273.2337.5733.92
Hex5A367718370351112622
Octal1326616730670654214642
Binary10110101101101110111110001101110110101100010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A3677; }

 p { color: rgb(90,54,119); }

 H1.HeaderClassName
 {
   color: #5A3677;
 }
 .AnyTagClassName
 {
   color: #5A3677;
 }
</style>
background-color css

<style>
 a { background-color: #5A3677; }

 a { background-color: rgb(90,54,119); }

 div.DivClassName
 {
   background-color: #5A3677;
 }
 .BgClassName
 {
   background-color: #5A3677;
 }
</style>
border-color css

<style>
 span { border-color: #5A3677; }

 span { border-color: rgb(90,54,119); }

 td.TdClassName
 {
   border-color: #5A3677;
 }
 .TagClassName
 {
   border-color: #5A3677;
 }
</style>