#59297C

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

Shades of Kingfisher Daisy #59297C

Tints of Kingfisher Daisy #59297C

Color information

#59297C (or 0x59297C) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 29 and 7C. RGB value is (89,41,124). Sum of RGB (Red+Green+Blue) = 89+41+124=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #59297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59297C is #A6D683. Grayscale: #404040. Windows color (decimal): -10933892 or 8137049. OLE color: 8137049.

HSL color Cylindrical-coordinate representation of color #59297C: hue angle of 274.7º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59297C is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8941124-
CMYK0.280.6700.51
HSL274.7º50.3%32.35%-
HSV(B)274.7º66.94%48.63%-
XYZ8.555.1619.62-
YUV64.81161.4145.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.04%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=35.04%
G=16.14%
B=48.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89411240.280.6700.51274.750.332.35
Hex59297C1C430331133220
Octal13151174341030634236240
Binary101100110100111111001110010000110110011100010011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,41,124); }

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

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

 a { background-color: rgb(89,41,124); }

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

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

 span { border-color: rgb(89,41,124); }

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