#59359C

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

Shades of Daisy Bush #59359C

Tints of Daisy Bush #59359C

Color information

#59359C (or 0x59359C) is unknown color: approx Daisy Bush. HEX triplet: 59, 35 and 9C. RGB value is (89,53,156). Sum of RGB (Red+Green+Blue) = 89+53+156=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #59359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59359C is #A6CA63. Grayscale: #4B4B4B. Windows color (decimal): -10930788 or 10237273. OLE color: 10237273.

HSL color Cylindrical-coordinate representation of color #59359C: hue angle of 260.97º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59359C is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8953156-
CMYK0.430.6600.39
HSL260.97º49.28%40.98%-
HSV(B)260.97º66.03%61.18%-
XYZ11.397.0732.22-
YUV75.51173.43137.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.87%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=29.87%
G=17.79%
B=52.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89531560.430.6600.39260.9749.2840.98
Hex59359C2B420271053129
Octal13165234531020474056151
Binary10110011101011001110010101110000100100111100000101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59359C; }

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

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

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

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

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

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

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

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