#593598

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

Shades of Daisy Bush #593598

Tints of Daisy Bush #593598

Color information

#593598 (or 0x593598) is unknown color: approx Daisy Bush. HEX triplet: 59, 35 and 98. RGB value is (89,53,152). Sum of RGB (Red+Green+Blue) = 89+53+152=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #593598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593598 is #A6CA67. Grayscale: #4A4A4A. Windows color (decimal): -10930792 or 9975129. OLE color: 9975129.

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

Color convert

RGB8953152-
CMYK0.410.6500.40
HSL261.82º48.29%40.2%-
HSV(B)261.82º65.13%59.61%-
XYZ11.066.9430.46-
YUV75.05171.43137.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.27%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 152 (59.77% from 255) = 51.70%
R=30.27%
G=18.03%
B=51.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89531520.410.6500.40261.8248.2940.2
Hex59359829410281063028
Octal13165230511010504066050
Binary10110011101011001100010100110000010101000100000110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593598; }

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

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

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

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

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

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

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

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