Html Css Color HEX #585252 Matterhorn

📋 copy color: '#585252'

red 88 ◦ green 82 ◦ blue 82

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

Shades of Matterhorn #585252

Tints of Matterhorn #585252

RGB

 RED value IS 88 (34.77% from 255) = 34.92%

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

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

R = 34.92%
G = 32.54%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#585252 (or 0x585252) is known color: Matterhorn. HEX triplet: 58, 52 and 52. RGB value is (88,82,82). Sum of RGB (Red+Green+Blue) = 88+82+82=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 88 - color contains mainly: red. Hex color #585252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585252 is #A7ADAD. Grayscale: #535353. Windows color (decimal): -10988974 or 5395032. OLE color: 5395032.

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

Color convert

RGB 88 82 82 -
CMYK 0 0.07 0.07 0.65
HSL 0.04% 0.33% -
HSV(B) 0.07% 0.35% -
XYZ 8.56 8.72 9.21 -
YUV 83.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 88 82 82 0 0.07 0.07 0.65 0 0.04 0.33
Hex 58 52 52 0 7 7 41 0 4 21
Octal 130 122 122 0 7 7 101 0 4 41
Binary 1011000 1010010 1010010 0 111 111 1000001 0 100 100001

Color Harmonies of #585252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585252

Black with #585252

Text Example


Text Example

White with #585252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585252; }

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

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

background-color css

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

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

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

border-color css

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

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

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