Html Css Color HEX #5B5252 Matterhorn

📋 copy color: '#5B5252'

red 91 ◦ green 82 ◦ blue 82

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

Shades of Matterhorn #5B5252

Tints of Matterhorn #5B5252

RGB

 RED value IS 91 (35.94% from 255) = 35.69%

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

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

R = 35.69%
G = 32.16%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#5B5252 (or 0x5B5252) is known color: Matterhorn. HEX triplet: 5B, 52 and 52. RGB value is (91,82,82). Sum of RGB (Red+Green+Blue) = 91+82+82=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5252 is #A4ADAD. Grayscale: #545454. Windows color (decimal): -10792366 or 5395035. OLE color: 5395035.

HSL color Cylindrical-coordinate representation of color #5B5252: hue angle of 0º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B5252 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 82 82 -
CMYK 0 0.10 0.10 0.64
HSL 0.05% 0.34% -
HSV(B) 0.1% 0.36% -
XYZ 8.85 8.87 9.23 -
YUV 84.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 91 82 82 0 0.10 0.10 0.64 0 0.05 0.34
Hex 5B 52 52 0 A A 40 0 5 22
Octal 133 122 122 0 12 12 100 0 5 42
Binary 1011011 1010010 1010010 0 1010 1010 1000000 0 101 100010

Color Harmonies of #5B5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5252

Black with #5B5252

Text Example


Text Example

White with #5B5252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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