Html Css Color HEX #535153 Bossanova

📋 copy color: '#535153'

red 83 ◦ green 81 ◦ blue 83

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

Shades of Bossanova #535153

Tints of Bossanova #535153

RGB

 RED value IS 83 (32.81% from 255) = 33.6%

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 33.6%
G = 32.79%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#535153 (or 0x535153) is known color: Bossanova. HEX triplet: 53, 51 and 53. RGB value is (83,81,83). Sum of RGB (Red+Green+Blue) = 83+81+83=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #535153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535153 is #ACAEAC. Grayscale: #515151. Windows color (decimal): -11316909 or 5460307. OLE color: 5460307.

HSL color Cylindrical-coordinate representation of color #535153: 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.02%. Process color model (Four color, CMYK) of #535153 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 81 83 -
CMYK 0 0.02 0 0.67
HSL 300º 0.01% 0.32% -
HSV(B) 300º 0.02% 0.33% -
XYZ 8.07 8.35 9.37 -
YUV 81.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 83 81 83 0 0.02 0 0.67 300 0.01 0.32
Hex 53 51 53 0 2 0 43 12C 1 20
Octal 123 121 123 0 2 0 103 454 1 40
Binary 1010011 1010001 1010011 0 10 0 1000011 100101100 1 100000

Color Harmonies of #535153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535153

Black with #535153

Text Example


Text Example

White with #535153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535153; }

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

 H1.HeaderClassName
 {
   color: #535153;
 }
 .AnyTagClassName
 {
   color: #535153;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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