#593D9B

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

Shades of Daisy Bush #593D9B

Tints of Daisy Bush #593D9B

Color information

#593D9B (or 0x593D9B) is unknown color: approx Daisy Bush. HEX triplet: 59, 3D and 9B. RGB value is (89,61,155). Sum of RGB (Red+Green+Blue) = 89+61+155=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #593D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593D9B is #A6C264. Grayscale: #4F4F4F. Windows color (decimal): -10928741 or 10173785. OLE color: 10173785.

HSL color Cylindrical-coordinate representation of color #593D9B: hue angle of 257.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #593D9B is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8961155-
CMYK0.430.6100.39
HSL257.87º43.52%42.35%-
HSV(B)257.87º60.65%60.78%-
XYZ11.77.8331.9-
YUV80.09170.28134.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 61 (24.22% from 255) = 20%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=29.18%
G=20%
B=50.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89611550.430.6100.39257.8743.5242.35
Hex593D9B2B3D0271022c2a
Octal1317523353750474025452
Binary1011001111101100110111010111111010100111100000010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,61,155); }

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

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

 a { background-color: rgb(89,61,155); }

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

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

 span { border-color: rgb(89,61,155); }

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