#59258a

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

Shades of Kingfisher Daisy #59258A

Tints of Kingfisher Daisy #59258A

Color information

#59258A (or 0x59258A) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 25 and 8A. RGB value is (89,37,138). Sum of RGB (Red+Green+Blue) = 89+37+138=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #59258A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59258A is #A6DA75. Grayscale: #3F3F3F. Windows color (decimal): -10934902 or 9053529. OLE color: 9053529.

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

Color convert

RGB8937138-
CMYK0.360.7300.46
HSL270.89º57.71%34.31%-
HSV(B)270.89º73.19%54.12%-
XYZ9.375.2824.57-
YUV64.06169.73145.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.71%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=33.71%
G=14.02%
B=52.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89371380.360.7300.46270.8957.7134.31
Hex59258A244902E10f3a22
Octal13145212441110564177242
Binary10110011001011000101010010010010010101110100001111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59258a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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