#5A4775

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

Shades of Kingfisher Daisy #5A4775

Tints of Kingfisher Daisy #5A4775

Color information

#5A4775 (or 0x5A4775) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 47 and 75. RGB value is (90,71,117). Sum of RGB (Red+Green+Blue) = 90+71+117=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A4775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4775 is #A5B88A. Grayscale: #515151. Windows color (decimal): -10860683 or 7685978. OLE color: 7685978.

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

Color convert

RGB9071117-
CMYK0.230.3900.54
HSL264.78º24.47%36.86%-
HSV(B)264.78º39.32%45.88%-
XYZ9.687.9617.86-
YUV81.93147.79133.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=32.37%
G=25.54%
B=42.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90711170.230.3900.54264.7824.4736.86
Hex5A477517270361091825
Octal13210716527470664113045
Binary10110101000111111010110111100111011011010000100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,71,117); }

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

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

 a { background-color: rgb(90,71,117); }

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

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

 span { border-color: rgb(90,71,117); }

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