Html Css Color HEX #535050 Matterhorn

📋 copy color: '#535050'

red 83 ◦ green 80 ◦ blue 80

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

Shades of Matterhorn #535050

Tints of Matterhorn #535050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 34.16%
G = 32.92%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#535050 (or 0x535050) is known color: Matterhorn. HEX triplet: 53, 50 and 50. RGB value is (83,80,80). Sum of RGB (Red+Green+Blue) = 83+80+80=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 83 - color contains mainly: red. Hex color #535050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535050 is #ACAFAF. Grayscale: #505050. Windows color (decimal): -11317168 or 5263443. OLE color: 5263443.

HSL color Cylindrical-coordinate representation of color #535050: hue angle of 0º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #535050 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 80 -
CMYK 0 0.04 0.04 0.67
HSL 0.02% 0.32% -
HSV(B) 0.04% 0.33% -
XYZ 7.88 8.16 8.75 -
YUV 80.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 83 80 80 0 0.04 0.04 0.67 0 0.02 0.32
Hex 53 50 50 0 4 4 43 0 2 20
Octal 123 120 120 0 4 4 103 0 2 40
Binary 1010011 1010000 1010000 0 100 100 1000011 0 10 100000

Color Harmonies of #535050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535050

Black with #535050

Text Example


Text Example

White with #535050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535050; }

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

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

background-color css

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

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

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

border-color css

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

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

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