#5A2376

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

Shades of Kingfisher Daisy #5A2376

Tints of Kingfisher Daisy #5A2376

Color information

#5A2376 (or 0x5A2376) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 23 and 76. RGB value is (90,35,118). Sum of RGB (Red+Green+Blue) = 90+35+118=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A2376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2376 is #A5DC89. Grayscale: #3C3C3C. Windows color (decimal): -10869898 or 7742298. OLE color: 7742298.

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

Color convert

RGB9035118-
CMYK0.240.7000.54
HSL279.76º54.25%30%-
HSV(B)279.76º70.34%46.27%-
XYZ8.094.6817.62-
YUV60.91160.22148.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.04%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=37.04%
G=14.40%
B=48.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90351180.240.7000.54279.7654.2530
Hex5A23761846036118361e
Octal13243166301060664306636
Binary10110101000111110110110001000110011011010001100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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