#593F9B

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

Shades of Daisy Bush #593F9B

Tints of Daisy Bush #593F9B

Color information

#593F9B (or 0x593F9B) is unknown color: approx Daisy Bush. HEX triplet: 59, 3F and 9B. RGB value is (89,63,155). Sum of RGB (Red+Green+Blue) = 89+63+155=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #593F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593F9B is #A6C064. Grayscale: #505050. Windows color (decimal): -10928229 or 10174297. OLE color: 10174297.

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

Color convert

RGB8963155-
CMYK0.430.5900.39
HSL256.96º42.2%42.75%-
HSV(B)256.96º59.35%60.78%-
XYZ11.818.0531.94-
YUV81.26169.61133.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.99%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=28.99%
G=20.52%
B=50.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89631550.430.5900.39256.9642.242.75
Hex593F9B2B3B0271012a2b
Octal1317723353730474015253
Binary1011001111111100110111010111110110100111100000001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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