#525152

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

Shades of Bossanova #525152

Tints of Bossanova #525152

Color information

#525152 (or 0x525152) is unknown color: approx Bossanova. HEX triplet: 52, 51 and 52. RGB value is (82,81,82). Sum of RGB (Red+Green+Blue) = 82+81+82=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #525152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525152 is #ADAEAD. Grayscale: #515151. Windows color (decimal): -11382446 or 5394770. OLE color: 5394770.

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

Color convert

RGB828182-
CMYK00.0100.68
HSL300º0.61%31.96%-
HSV(B)300º1.22%32.16%-
XYZ7.958.299.16-
YUV81.41128.33128.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=33.47%
G=33.06%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82818200.0100.683000.6131.96
Hex5251520104412c120
Octal122121122010104454140
Binary10100101010001101001001010001001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525152; }

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

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

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

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

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

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

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

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