#593E98

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

Shades of Daisy Bush #593E98

Tints of Daisy Bush #593E98

Color information

#593E98 (or 0x593E98) is unknown color: approx Daisy Bush. HEX triplet: 59, 3E and 98. RGB value is (89,62,152). Sum of RGB (Red+Green+Blue) = 89+62+152=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #593E98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593E98 is #A6C167. Grayscale: #505050. Windows color (decimal): -10928488 or 9977433. OLE color: 9977433.

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

Color convert

RGB8962152-
CMYK0.410.5900.40
HSL258º42.06%41.96%-
HSV(B)258º59.21%59.61%-
XYZ11.517.8430.61-
YUV80.33168.45134.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.37%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=29.37%
G=20.46%
B=50.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89621520.410.5900.4025842.0641.96
Hex593E98293B0281022a2a
Octal1317623051730504025252
Binary1011001111110100110001010011110110101000100000010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593E98; }

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

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

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

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

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

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

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

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