#5D4776

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

Shades of Kingfisher Daisy #5D4776

Tints of Kingfisher Daisy #5D4776

Color information

#5D4776 (or 0x5D4776) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 47 and 76. RGB value is (93,71,118). Sum of RGB (Red+Green+Blue) = 93+71+118=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D4776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4776 is #A2B889. Grayscale: #525252. Windows color (decimal): -10664074 or 7751517. OLE color: 7751517.

HSL color Cylindrical-coordinate representation of color #5D4776: hue angle of 268.09º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D4776 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9371118-
CMYK0.210.4000.54
HSL268.09º24.87%37.06%-
HSV(B)268.09º39.83%46.27%-
XYZ10.048.1418.18-
YUV82.94147.79135.18-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.98%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=32.98%
G=25.18%
B=41.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93711180.210.4000.54268.0924.8737.06
Hex5D4776152803610c1925
Octal13510716625500664143145
Binary10111011000111111011010101101000011011010000110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,71,118); }

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

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

 a { background-color: rgb(93,71,118); }

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

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

 span { border-color: rgb(93,71,118); }

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