Html Css Color HEX #5D5353 Matterhorn

📋 copy color: '#5D5353'

red 93 ◦ green 83 ◦ blue 83

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

Shades of Matterhorn #5D5353

Tints of Matterhorn #5D5353

RGB

 RED value IS 93 (36.72% from 255) = 35.91%

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

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

R = 35.91%
G = 32.05%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#5D5353 (or 0x5D5353) is known color: Matterhorn. HEX triplet: 5D, 53 and 53. RGB value is (93,83,83). Sum of RGB (Red+Green+Blue) = 93+83+83=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5353 is #A2ACAC. Grayscale: #565656. Windows color (decimal): -10661037 or 5460829. OLE color: 5460829.

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

Color convert

RGB 93 83 83 -
CMYK 0 0.11 0.11 0.64
HSL 0.06% 0.35% -
HSV(B) 0.11% 0.36% -
XYZ 9.17 9.14 9.46 -
YUV 85.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 93 83 83 0 0.11 0.11 0.64 0 0.06 0.35
Hex 5D 53 53 0 B B 40 0 6 23
Octal 135 123 123 0 13 13 100 0 6 43
Binary 1011101 1010011 1010011 0 1011 1011 1000000 0 110 100011

Color Harmonies of #5D5353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5353

Black with #5D5353

Text Example


Text Example

White with #5D5353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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