#5A3477

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

Shades of Kingfisher Daisy #5A3477

Tints of Kingfisher Daisy #5A3477

Color information

#5A3477 (or 0x5A3477) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 34 and 77. RGB value is (90,52,119). Sum of RGB (Red+Green+Blue) = 90+52+119=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A3477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3477 is #A5CB88. Grayscale: #464646. Windows color (decimal): -10865545 or 7812186. OLE color: 7812186.

HSL color Cylindrical-coordinate representation of color #5A3477: hue angle of 274.03º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A3477 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9052119-
CMYK0.240.5600.53
HSL274.03º39.18%33.53%-
HSV(B)274.03º56.3%46.67%-
XYZ8.775.9618.14-
YUV71155.09141.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=34.48%
G=19.92%
B=45.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90521190.240.5600.53274.0339.1833.53
Hex5A347718380351122722
Octal1326416730700654224742
Binary10110101101001110111110001110000110101100010010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,52,119); }

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

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

 a { background-color: rgb(90,52,119); }

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

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

 span { border-color: rgb(90,52,119); }

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