#524852

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

Shades of Bossanova #524852

Tints of Bossanova #524852

Color information

#524852 (or 0x524852) is unknown color: approx Bossanova. HEX triplet: 52, 48 and 52. RGB value is (82,72,82). Sum of RGB (Red+Green+Blue) = 82+72+82=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #524852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524852 is #ADB7AD. Grayscale: #4C4C4C. Windows color (decimal): -11384750 or 5392466. OLE color: 5392466.

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

Color convert

RGB827282-
CMYK00.1200.68
HSL300º6.49%30.2%-
HSV(B)300º12.2%32.16%-
XYZ7.327.048.96-
YUV76.13131.31132.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=34.75%
G=30.51%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82728200.1200.683006.4930.2
Hex5248520C04412c61e
Octal1221101220140104454636
Binary101001010010001010010011000100010010010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524852; }

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

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

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

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

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

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

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

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