#59425A

Color #59425A Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #59425A

Tints of Bossanova #59425A

Color information

#59425A (or 0x59425A) is unknown color: approx Bossanova. HEX triplet: 59, 42 and 5A. RGB value is (89,66,90). Sum of RGB (Red+Green+Blue) = 89+66+90=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #59425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59425A is #A6BDA5. Grayscale: #4B4B4B. Windows color (decimal): -10927526 or 5915225. OLE color: 5915225.

HSL color Cylindrical-coordinate representation of color #59425A: hue angle of 297.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59425A is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB896690-
CMYK0.010.2700.65
HSL297.5º15.38%30.59%-
HSV(B)297.5º26.67%35.29%-
XYZ7.916.7610.56-
YUV75.61136.12137.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.33%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=36.33%
G=26.94%
B=36.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8966900.010.2700.65297.515.3830.59
Hex59425A11B04112af1f
Octal13110213213301014521737
Binary10110011000010101101011101101000001100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59425A; }

 p { color: rgb(89,66,90); }

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

<style>
 a { background-color: #59425A; }

 a { background-color: rgb(89,66,90); }

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

<style>
 span { border-color: #59425A; }

 span { border-color: rgb(89,66,90); }

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