Html Css Color HEX #535353 Matterhorn

📋 copy color: '#535353'

red 83 ◦ green 83 ◦ blue 83

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

Shades of Matterhorn #535353

Tints of Matterhorn #535353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

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

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#535353 (or 0x535353) is known color: Matterhorn. HEX triplet: 53, 53 and 53. RGB value is (83,83,83). Sum of RGB (Red+Green+Blue) = 83+83+83=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 83 - color contains mainly: red, green, blue. Hex color #535353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535353 is #ACACAC. Grayscale: #535353. Windows color (decimal): -11316397 or 5460819. OLE color: 5460819.

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

Color convert

RGB 83 83 83 -
CMYK 0 0 0 0.67
HSL 0% 0.33% -
HSV(B) 0% 0.33% -
XYZ 8.22 8.65 9.42 -
YUV 83 128 128 -
System Red Green Blue C M Y K H S L
Decimal 83 83 83 0 0 0 0.67 0 0 0.33
Hex 53 53 53 0 0 0 43 0 0 21
Octal 123 123 123 0 0 0 103 0 0 41
Binary 1010011 1010011 1010011 0 0 0 1000011 0 0 100001

Color Harmonies of #535353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535353

Black with #535353

Text Example


Text Example

White with #535353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535353; }

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

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

background-color css

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

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

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

border-color css

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

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

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