#59217F

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

Shades of Kingfisher Daisy #59217F

Tints of Kingfisher Daisy #59217F

Color information

#59217F (or 0x59217F) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 21 and 7F. RGB value is (89,33,127). Sum of RGB (Red+Green+Blue) = 89+33+127=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #59217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59217F is #A6DE80. Grayscale: #3C3C3C. Windows color (decimal): -10935937 or 8331609. OLE color: 8331609.

HSL color Cylindrical-coordinate representation of color #59217F: hue angle of 275.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59217F is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8933127-
CMYK0.300.7400.50
HSL275.74º58.75%31.37%-
HSV(B)275.74º74.02%49.8%-
XYZ8.494.7420.55-
YUV60.46165.55148.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.74%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 127 (50% from 255) = 51.00%
R=35.74%
G=13.25%
B=51.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89331270.300.7400.50275.7458.7531.37
Hex59217F1E4A0321143b1f
Octal13141177361120624247337
Binary10110011000011111111111101001010011001010001010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59217F; }

 p { color: rgb(89,33,127); }

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

<style>
 a { background-color: #59217F; }

 a { background-color: rgb(89,33,127); }

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

<style>
 span { border-color: #59217F; }

 span { border-color: rgb(89,33,127); }

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