#59459D

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

Shades of Daisy Bush #59459D

Tints of Daisy Bush #59459D

Color information

#59459D (or 0x59459D) is unknown color: approx Daisy Bush. HEX triplet: 59, 45 and 9D. RGB value is (89,69,157). Sum of RGB (Red+Green+Blue) = 89+69+157=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #59459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59459D is #A6BA62. Grayscale: #545454. Windows color (decimal): -10926691 or 10306905. OLE color: 10306905.

HSL color Cylindrical-coordinate representation of color #59459D: hue angle of 253.64º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59459D is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8969157-
CMYK0.430.5600.38
HSL253.64º38.94%44.31%-
HSV(B)253.64º56.05%61.57%-
XYZ12.338.8132.95-
YUV85.01168.63130.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=28.25%
G=21.90%
B=49.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89691570.430.5600.38253.6438.9444.31
Hex59459D2B38026fe272c
Octal13110523553700463764754
Binary1011001100010110011101101011111000010011011111110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59459D; }

 p { color: rgb(89,69,157); }

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

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

 a { background-color: rgb(89,69,157); }

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

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

 span { border-color: rgb(89,69,157); }

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