#5A2977

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

Shades of Kingfisher Daisy #5A2977

Tints of Kingfisher Daisy #5A2977

Color information

#5A2977 (or 0x5A2977) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 29 and 77. RGB value is (90,41,119). Sum of RGB (Red+Green+Blue) = 90+41+119=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A2977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2977 is #A5D688. Grayscale: #404040. Windows color (decimal): -10868361 or 7809370. OLE color: 7809370.

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

Color convert

RGB9041119-
CMYK0.240.6600.53
HSL277.69º48.75%31.37%-
HSV(B)277.69º65.55%46.67%-
XYZ8.345.0918-
YUV64.54158.73146.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=36%
G=16.4%
B=47.6%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90411190.240.6600.53277.6948.7531.37
Hex5A29771842035116311f
Octal13251167301020654266137
Binary10110101010011110111110001000010011010110001011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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