#592F9F

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

Shades of Daisy Bush #592F9F

Tints of Daisy Bush #592F9F

Color information

#592F9F (or 0x592F9F) is unknown color: approx Daisy Bush. HEX triplet: 59, 2F and 9F. RGB value is (89,47,159). Sum of RGB (Red+Green+Blue) = 89+47+159=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #592F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592F9F is #A6D060. Grayscale: #474747. Windows color (decimal): -10932321 or 10432345. OLE color: 10432345.

HSL color Cylindrical-coordinate representation of color #592F9F: hue angle of 262.5º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #592F9F is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8947159-
CMYK0.440.7000.38
HSL262.5º54.37%40.39%-
HSV(B)262.5º70.44%62.35%-
XYZ11.396.6633.49-
YUV72.33176.91139.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.17%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=30.17%
G=15.93%
B=53.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89471590.440.7000.38262.554.3740.39
Hex592F9F2C460261063628
Octal13157237541060464066650
Binary10110011011111001111110110010001100100110100000110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592F9F; }

 p { color: rgb(89,47,159); }

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

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

 a { background-color: rgb(89,47,159); }

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

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

 span { border-color: rgb(89,47,159); }

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