Html Css Color HEX #5C5353 Matterhorn

📋 copy color: '#5C5353'

red 92 ◦ green 83 ◦ blue 83

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

Shades of Matterhorn #5C5353

Tints of Matterhorn #5C5353

RGB

 RED value IS 92 (36.33% from 255) = 35.66%

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

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

R = 35.66%
G = 32.17%
B = 32.17%

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

#5C5353 (or 0x5C5353) is known color: Matterhorn. HEX triplet: 5C, 53 and 53. RGB value is (92,83,83). Sum of RGB (Red+Green+Blue) = 92+83+83=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5353 is #A3ACAC. Grayscale: #555555. Windows color (decimal): -10726573 or 5460828. OLE color: 5460828.

HSL color Cylindrical-coordinate representation of color #5C5353: 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 #5C5353 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 83 83 -
CMYK 0 0.10 0.10 0.64
HSL 0.05% 0.34% -
HSV(B) 0.1% 0.36% -
XYZ 9.07 9.09 9.46 -
YUV 85.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 92 83 83 0 0.10 0.10 0.64 0 0.05 0.34
Hex 5C 53 53 0 A A 40 0 5 22
Octal 134 123 123 0 12 12 100 0 5 42
Binary 1011100 1010011 1010011 0 1010 1010 1000000 0 101 100010

Color Harmonies of #5C5353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5353

Black with #5C5353

Text Example


Text Example

White with #5C5353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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