#59317F

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

Shades of Kingfisher Daisy #59317F

Tints of Kingfisher Daisy #59317F

Color information

#59317F (or 0x59317F) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 31 and 7F. RGB value is (89,49,127). Sum of RGB (Red+Green+Blue) = 89+49+127=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #59317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59317F is #A6CE80. Grayscale: #454545. Windows color (decimal): -10931841 or 8335705. OLE color: 8335705.

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

Color convert

RGB8949127-
CMYK0.300.6100.50
HSL270.77º44.32%34.51%-
HSV(B)270.77º61.42%49.8%-
XYZ9.055.8520.73-
YUV69.85160.25141.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 127 (50% from 255) = 47.92%
R=33.58%
G=18.49%
B=47.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89491270.300.6100.50270.7744.3234.51
Hex59317F1E3D03210f2c23
Octal1316117736750624175443
Binary10110011100011111111111101111010110010100001111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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