#535253

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

Shades of Bossanova #535253

Tints of Bossanova #535253

Color information

#535253 (or 0x535253) is unknown color: approx Bossanova. HEX triplet: 53, 52 and 53. RGB value is (83,82,83). Sum of RGB (Red+Green+Blue) = 83+82+83=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #535253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535253 is #ACADAC. Grayscale: #525252. Windows color (decimal): -11316653 or 5460563. OLE color: 5460563.

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

Color convert

RGB838283-
CMYK00.0100.67
HSL300º0.61%32.35%-
HSV(B)300º1.2%32.55%-
XYZ8.158.59.39-
YUV82.41128.33128.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 83 (32.81% 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.67
SystemRedGreenBlueCMYKHSL
Decimal83828300.0100.673000.6132.35
Hex5352530104312c120
Octal123122123010103454140
Binary10100111010010101001101010000111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535253; }

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

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

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

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

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

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

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

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