#59207E

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

Shades of Kingfisher Daisy #59207E

Tints of Kingfisher Daisy #59207E

Color information

#59207E (or 0x59207E) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 20 and 7E. RGB value is (89,32,126). Sum of RGB (Red+Green+Blue) = 89+32+126=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #59207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59207E is #A6DF81. Grayscale: #3B3B3B. Windows color (decimal): -10936194 or 8265817. OLE color: 8265817.

HSL color Cylindrical-coordinate representation of color #59207E: hue angle of 276.38º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59207E is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8932126-
CMYK0.290.7500.51
HSL276.38º59.49%30.98%-
HSV(B)276.38º74.6%49.41%-
XYZ8.44.6620.2-
YUV59.76165.38148.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 126 (49.61% from 255) = 51.01%
R=36.03%
G=12.96%
B=51.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89321260.290.7500.51276.3859.4930.98
Hex59207E1D4B0331143b1f
Octal13140176351130634247337
Binary10110011000001111110111011001011011001110001010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59207E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,32,126); }

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

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

 a { background-color: rgb(89,32,126); }

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

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

 span { border-color: rgb(89,32,126); }

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