#524E52

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

Shades of Bossanova #524E52

Tints of Bossanova #524E52

Color information

#524E52 (or 0x524E52) is unknown color: approx Bossanova. HEX triplet: 52, 4E and 52. RGB value is (82,78,82). Sum of RGB (Red+Green+Blue) = 82+78+82=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #524E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E52 is #ADB1AD. Grayscale: #4F4F4F. Windows color (decimal): -11383214 or 5394002. OLE color: 5394002.

HSL color Cylindrical-coordinate representation of color #524E52: hue angle of 300º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #524E52 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB827882-
CMYK00.0500.68
HSL300º2.5%31.37%-
HSV(B)300º4.88%32.16%-
XYZ7.737.859.09-
YUV79.65129.33129.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=33.88%
G=32.23%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82788200.0500.683002.531.37
Hex524E520504412c21f
Octal122116122050104454237
Binary1010010100111010100100101010001001001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524E52; }

 p { color: rgb(82,78,82); }

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

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

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

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

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

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

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