#59228E

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

Shades of Kingfisher Daisy #59228E

Tints of Kingfisher Daisy #59228E

Color information

#59228E (or 0x59228E) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 22 and 8E. RGB value is (89,34,142). Sum of RGB (Red+Green+Blue) = 89+34+142=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #59228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59228E is #A6DD71. Grayscale: #3E3E3E. Windows color (decimal): -10935666 or 9314905. OLE color: 9314905.

HSL color Cylindrical-coordinate representation of color #59228E: hue angle of 270.56º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59228E is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8934142-
CMYK0.370.7600.44
HSL270.56º61.36%34.51%-
HSV(B)270.56º76.06%55.69%-
XYZ9.575.2226.09-
YUV62.76172.72146.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=33.58%
G=12.83%
B=53.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89341420.370.7600.44270.5661.3634.51
Hex59228E254C02C10f3d23
Octal13142216451140544177543
Binary10110011000101000111010010110011000101100100001111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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