Html Css Color HEX #535252 Matterhorn

📋 copy color: '#535252'

red 83 ◦ green 82 ◦ blue 82

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

Shades of Matterhorn #535252

Tints of Matterhorn #535252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 82 (32.42% from 255) = 33.2%

R = 33.6%
G = 33.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#535252 (or 0x535252) is known color: Matterhorn. HEX triplet: 53, 52 and 52. RGB value is (83,82,82). Sum of RGB (Red+Green+Blue) = 83+82+82=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 83 - color contains mainly: red. Hex color #535252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535252 is #ACADAD. Grayscale: #525252. Windows color (decimal): -11316654 or 5395027. OLE color: 5395027.

HSL color Cylindrical-coordinate representation of color #535252: hue angle of 0º 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 #535252 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 82 -
CMYK 0 0.01 0.01 0.67
HSL 0.01% 0.32% -
HSV(B) 0.01% 0.33% -
XYZ 8.11 8.48 9.19 -
YUV 82.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 83 82 82 0 0.01 0.01 0.67 0 0.01 0.32
Hex 53 52 52 0 1 1 43 0 1 20
Octal 123 122 122 0 1 1 103 0 1 40
Binary 1010011 1010010 1010010 0 1 1 1000011 0 1 100000

Color Harmonies of #535252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535252

Black with #535252

Text Example


Text Example

White with #535252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535252; }

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

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

background-color css

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

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

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

border-color css

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

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

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