#59258B

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

Shades of Kingfisher Daisy #59258B

Tints of Kingfisher Daisy #59258B

Color information

#59258B (or 0x59258B) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 25 and 8B. RGB value is (89,37,139). Sum of RGB (Red+Green+Blue) = 89+37+139=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #59258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59258B is #A6DA74. Grayscale: #3F3F3F. Windows color (decimal): -10934901 or 9119065. OLE color: 9119065.

HSL color Cylindrical-coordinate representation of color #59258B: hue angle of 270.59º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #59258B is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8937139-
CMYK0.360.7300.45
HSL270.59º57.95%34.51%-
HSV(B)270.59º73.38%54.51%-
XYZ9.445.3124.95-
YUV64.18170.23145.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.58%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=33.58%
G=13.96%
B=52.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89371390.360.7300.45270.5957.9534.51
Hex59258B244902D10f3a23
Octal13145213441110554177243
Binary10110011001011000101110010010010010101101100001111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59258B; }

 p { color: rgb(89,37,139); }

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

<style>
 a { background-color: #59258B; }

 a { background-color: rgb(89,37,139); }

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

<style>
 span { border-color: #59258B; }

 span { border-color: rgb(89,37,139); }

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