#59425C

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

Shades of Bossanova #59425C

Tints of Bossanova #59425C

Color information

#59425C (or 0x59425C) is unknown color: approx Bossanova. HEX triplet: 59, 42 and 5C. RGB value is (89,66,92). Sum of RGB (Red+Green+Blue) = 89+66+92=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 92 - color contains mainly: blue. Hex color #59425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59425C is #A6BDA3. Grayscale: #4B4B4B. Windows color (decimal): -10927524 or 6046297. OLE color: 6046297.

HSL color Cylindrical-coordinate representation of color #59425C: hue angle of 293.08º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59425C is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB896692-
CMYK0.030.2800.64
HSL293.08º16.46%30.98%-
HSV(B)293.08º28.26%36.08%-
XYZ86.7911.01-
YUV75.84137.12137.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=36.03%
G=26.72%
B=37.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8966920.030.2800.64293.0816.4630.98
Hex59425C31C040125101f
Octal13110213433401004452037
Binary1011001100001010111001111100010000001001001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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