Html Css Color HEX #535253 Bossanova

📋 copy color: '#535253'

red 83 ◦ green 82 ◦ blue 83

#535253
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #535253

Tints of Bossanova #535253

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 value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#535253 (or 0x535253) is known color: 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

RGB 83 82 83 -
CMYK 0 0.01 0 0.67
HSL 300º 0.01% 0.32% -
HSV(B) 300º 0.01% 0.33% -
XYZ 8.15 8.5 9.39 -
YUV 82.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 83 82 83 0 0.01 0 0.67 300 0.01 0.32
Hex 53 52 53 0 1 0 43 12C 1 20
Octal 123 122 123 0 1 0 103 454 1 40
Binary 1010011 1010010 1010011 0 1 0 1000011 100101100 1 100000

Color Harmonies of #535253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535253

Black with #535253

Text Example


Text Example

White with #535253

Text Example


Text Example

HTML Codes & Css Web 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>