#5A3576

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

Shades of Kingfisher Daisy #5A3576

Tints of Kingfisher Daisy #5A3576

Color information

#5A3576 (or 0x5A3576) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 35 and 76. RGB value is (90,53,118). Sum of RGB (Red+Green+Blue) = 90+53+118=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A3576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3576 is #A5CA89. Grayscale: #474747. Windows color (decimal): -10865290 or 7746906. OLE color: 7746906.

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

Color convert

RGB9053118-
CMYK0.240.5500.54
HSL274.15º38.01%33.53%-
HSV(B)274.15º55.08%46.27%-
XYZ8.766.0317.84-
YUV71.47154.26141.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=34.48%
G=20.31%
B=45.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90531180.240.5500.54274.1538.0133.53
Hex5A357618370361122622
Octal1326516630670664224642
Binary10110101101011110110110001101110110110100010010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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