Html Css Color HEX #525050 Matterhorn

📋 copy color: '#525050'

red 82 ◦ green 80 ◦ blue 80

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

Shades of Matterhorn #525050

Tints of Matterhorn #525050

RGB

 RED value IS 82 (32.42% from 255) = 33.88%

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

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

R = 33.88%
G = 33.06%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#525050 (or 0x525050) is known color: Matterhorn. HEX triplet: 52, 50 and 50. RGB value is (82,80,80). Sum of RGB (Red+Green+Blue) = 82+80+80=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 82 - color contains mainly: red. Hex color #525050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525050 is #ADAFAF. Grayscale: #505050. Windows color (decimal): -11382704 or 5263442. OLE color: 5263442.

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

Color convert

RGB 82 80 80 -
CMYK 0 0.02 0.02 0.68
HSL 0.01% 0.32% -
HSV(B) 0.02% 0.32% -
XYZ 7.8 8.11 8.74 -
YUV 80.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 82 80 80 0 0.02 0.02 0.68 0 0.01 0.32
Hex 52 50 50 0 2 2 44 0 1 20
Octal 122 120 120 0 2 2 104 0 1 40
Binary 1010010 1010000 1010000 0 10 10 1000100 0 1 100000

Color Harmonies of #525050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525050

Black with #525050

Text Example


Text Example

White with #525050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525050; }

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

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

background-color css

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

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

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

border-color css

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

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

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