#524159

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

Shades of Bossanova #524159

Tints of Bossanova #524159

Color information

#524159 (or 0x524159) is unknown color: approx Bossanova. HEX triplet: 52, 41 and 59. RGB value is (82,65,89). Sum of RGB (Red+Green+Blue) = 82+65+89=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #524159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524159 is #ADBEA6. Grayscale: #484848. Windows color (decimal): -11386535 or 5849426. OLE color: 5849426.

HSL color Cylindrical-coordinate representation of color #524159: hue angle of 282.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #524159 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB826589-
CMYK0.080.2700.65
HSL282.5º15.58%30.2%-
HSV(B)282.5º26.97%34.9%-
XYZ7.176.310.29-
YUV72.82137.13134.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=34.75%
G=27.54%
B=37.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8265890.080.2700.65282.515.5830.2
Hex52415981B04111a101e
Octal122101131103301014322036
Binary101001010000011011001100011011010000011000110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524159; }

 p { color: rgb(82,65,89); }

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

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

 a { background-color: rgb(82,65,89); }

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

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

 span { border-color: rgb(82,65,89); }

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