Html Css Color HEX #5E5252 Matterhorn

📋 copy color: '#5E5252'

red 94 ◦ green 82 ◦ blue 82

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

Shades of Matterhorn #5E5252

Tints of Matterhorn #5E5252

RGB

 RED value IS 94 (37.11% from 255) = 36.43%

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

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

R = 36.43%
G = 31.78%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#5E5252 (or 0x5E5252) is known color: Matterhorn. HEX triplet: 5E, 52 and 52. RGB value is (94,82,82). Sum of RGB (Red+Green+Blue) = 94+82+82=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5252 is #A1ADAD. Grayscale: #555555. Windows color (decimal): -10595758 or 5395038. OLE color: 5395038.

HSL color Cylindrical-coordinate representation of color #5E5252: hue angle of 0º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E5252 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 82 82 -
CMYK 0 0.13 0.13 0.63
HSL 0.07% 0.35% -
HSV(B) 0.13% 0.37% -
XYZ 9.16 9.02 9.24 -
YUV 85.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 94 82 82 0 0.13 0.13 0.63 0 0.07 0.35
Hex 5E 52 52 0 D D 3F 0 7 23
Octal 136 122 122 0 15 15 77 0 7 43
Binary 1011110 1010010 1010010 0 1101 1101 111111 0 111 100011

Color Harmonies of #5E5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5252

Black with #5E5252

Text Example


Text Example

White with #5E5252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E5252; }

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

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

background-color css

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

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

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

border-color css

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

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

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