#592998

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

Shades of Daisy Bush #592998

Tints of Daisy Bush #592998

Color information

#592998 (or 0x592998) is unknown color: approx Daisy Bush. HEX triplet: 59, 29 and 98. RGB value is (89,41,152). Sum of RGB (Red+Green+Blue) = 89+41+152=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #592998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592998 is #A6D667. Grayscale: #434343. Windows color (decimal): -10933864 or 9972057. OLE color: 9972057.

HSL color Cylindrical-coordinate representation of color #592998: hue angle of 265.95º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592998 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8941152-
CMYK0.410.7300.40
HSL265.95º57.51%37.84%-
HSV(B)265.95º73.03%59.61%-
XYZ10.585.9830.3-
YUV68.01175.4142.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=31.56%
G=14.54%
B=53.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89411520.410.7300.40265.9557.5137.84
Hex592998294902810a3a26
Octal13151230511110504127246
Binary10110011010011001100010100110010010101000100001010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592998; }

 p { color: rgb(89,41,152); }

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

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

 a { background-color: rgb(89,41,152); }

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

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

 span { border-color: rgb(89,41,152); }

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