#59459b

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

Shades of Daisy Bush #59459B

Tints of Daisy Bush #59459B

Color information

#59459B (or 0x59459B) is unknown color: approx Daisy Bush. HEX triplet: 59, 45 and 9B. RGB value is (89,69,155). Sum of RGB (Red+Green+Blue) = 89+69+155=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #59459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59459B is #A6BA64. Grayscale: #545454. Windows color (decimal): -10926693 or 10175833. OLE color: 10175833.

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

Color convert

RGB8969155-
CMYK0.430.5500.39
HSL253.95º38.39%43.92%-
HSV(B)253.95º55.48%60.78%-
XYZ12.168.7532.06-
YUV84.78167.63131.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=28.43%
G=22.04%
B=49.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89691550.430.5500.39253.9538.3943.92
Hex59459B2B37027fe262c
Octal13110523353670473764654
Binary1011001100010110011011101011110111010011111111110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59459b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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