#59399B

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

Shades of Daisy Bush #59399B

Tints of Daisy Bush #59399B

Color information

#59399B (or 0x59399B) is unknown color: approx Daisy Bush. HEX triplet: 59, 39 and 9B. RGB value is (89,57,155). Sum of RGB (Red+Green+Blue) = 89+57+155=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #59399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59399B is #A6C664. Grayscale: #4D4D4D. Windows color (decimal): -10929765 or 10172761. OLE color: 10172761.

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

Color convert

RGB8957155-
CMYK0.430.6300.39
HSL259.59º46.23%41.57%-
HSV(B)259.59º63.23%60.78%-
XYZ11.57.4231.84-
YUV77.74171.6136.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.57%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=29.57%
G=18.94%
B=51.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89571550.430.6300.39259.5946.2341.57
Hex59399B2B3F0271042e2a
Octal1317123353770474045652
Binary1011001111001100110111010111111110100111100000100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59399B; }

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

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

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

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

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

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

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

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