#5A4676

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

Shades of Kingfisher Daisy #5A4676

Tints of Kingfisher Daisy #5A4676

Color information

#5A4676 (or 0x5A4676) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 46 and 76. RGB value is (90,70,118). Sum of RGB (Red+Green+Blue) = 90+70+118=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A4676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4676 is #A5B989. Grayscale: #515151. Windows color (decimal): -10860938 or 7751258. OLE color: 7751258.

HSL color Cylindrical-coordinate representation of color #5A4676: hue angle of 265º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A4676 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9070118-
CMYK0.240.4100.54
HSL265º25.53%36.86%-
HSV(B)265º40.68%46.27%-
XYZ9.687.8618.15-
YUV81.45148.63134.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=32.37%
G=25.18%
B=42.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90701180.240.4100.5426525.5336.86
Hex5A467618290361091a25
Octal13210616630510664113245
Binary10110101000110111011011000101001011011010000100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,70,118); }

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

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

 a { background-color: rgb(90,70,118); }

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

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

 span { border-color: rgb(90,70,118); }

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