#592499

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

Shades of Daisy Bush #592499

Tints of Daisy Bush #592499

Color information

#592499 (or 0x592499) is unknown color: approx Daisy Bush. HEX triplet: 59, 24 and 99. RGB value is (89,36,153). Sum of RGB (Red+Green+Blue) = 89+36+153=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #592499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592499 is #A6DB66. Grayscale: #404040. Windows color (decimal): -10935143 or 10036313. OLE color: 10036313.

HSL color Cylindrical-coordinate representation of color #592499: hue angle of 267.18º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592499 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8936153-
CMYK0.420.7600.4
HSL267.18º61.9%37.06%-
HSV(B)267.18º76.47%60%-
XYZ10.55.6930.68-
YUV65.18177.56144.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 153 (60.16% from 255) = 55.04%
R=32.01%
G=12.95%
B=55.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89361530.420.7600.4267.1861.937.06
Hex5924992A4C02810b3e25
Octal13144231521140504137645
Binary10110011001001001100110101010011000101000100001011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592499; }

 p { color: rgb(89,36,153); }

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

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

 a { background-color: rgb(89,36,153); }

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

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

 span { border-color: rgb(89,36,153); }

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