Html Css Color HEX #585353 Matterhorn

📋 copy color: '#585353'

red 88 ◦ green 83 ◦ blue 83

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

Shades of Matterhorn #585353

Tints of Matterhorn #585353

RGB

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

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

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

R = 34.65%
G = 32.68%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#585353 (or 0x585353) is known color: Matterhorn. HEX triplet: 58, 53 and 53. RGB value is (88,83,83). Sum of RGB (Red+Green+Blue) = 88+83+83=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #585353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585353 is #A7ACAC. Grayscale: #545454. Windows color (decimal): -10988717 or 5460824. OLE color: 5460824.

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

Color convert

RGB 88 83 83 -
CMYK 0 0.06 0.06 0.65
HSL 0.03% 0.34% -
HSV(B) 0.06% 0.35% -
XYZ 8.68 8.89 9.44 -
YUV 84.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 88 83 83 0 0.06 0.06 0.65 0 0.03 0.34
Hex 58 53 53 0 6 6 41 0 3 22
Octal 130 123 123 0 6 6 101 0 3 42
Binary 1011000 1010011 1010011 0 110 110 1000001 0 11 100010

Color Harmonies of #585353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585353

Black with #585353

Text Example


Text Example

White with #585353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585353; }

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

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

background-color css

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

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

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

border-color css

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

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

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