#59228C

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

Shades of Kingfisher Daisy #59228C

Tints of Kingfisher Daisy #59228C

Color information

#59228C (or 0x59228C) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 22 and 8C. RGB value is (89,34,140). Sum of RGB (Red+Green+Blue) = 89+34+140=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #59228C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59228C is #A6DD73. Grayscale: #3E3E3E. Windows color (decimal): -10935668 or 9183833. OLE color: 9183833.

HSL color Cylindrical-coordinate representation of color #59228C: hue angle of 271.13º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59228C is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8934140-
CMYK0.360.7600.45
HSL271.13º60.92%34.12%-
HSV(B)271.13º75.71%54.9%-
XYZ9.435.1625.31-
YUV62.53171.72146.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.84%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 140 (55.08% from 255) = 53.23%
R=33.84%
G=12.93%
B=53.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89341400.360.7600.45271.1360.9234.12
Hex59228C244C02D10f3d22
Octal13142214441140554177542
Binary10110011000101000110010010010011000101101100001111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59228C; }

 p { color: rgb(89,34,140); }

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

<style>
 a { background-color: #59228C; }

 a { background-color: rgb(89,34,140); }

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

<style>
 span { border-color: #59228C; }

 span { border-color: rgb(89,34,140); }

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