Html Css Color HEX #585150 Matterhorn

📋 copy color: '#585150'

red 88 ◦ green 81 ◦ blue 80

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

Shades of Matterhorn #585150

Tints of Matterhorn #585150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

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

R = 35.34%
G = 32.53%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#585150 (or 0x585150) is known color: Matterhorn. HEX triplet: 58, 51 and 50. RGB value is (88,81,80). Sum of RGB (Red+Green+Blue) = 88+81+80=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #585150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585150 is #A7AEAF. Grayscale: #525252. Windows color (decimal): -10989232 or 5263704. OLE color: 5263704.

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

Color convert

RGB 88 81 80 -
CMYK 0 0.08 0.09 0.65
HSL 7.5º 0.05% 0.33% -
HSV(B) 7.5º 0.09% 0.35% -
XYZ 8.41 8.54 8.79 -
YUV 82.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 88 81 80 0 0.08 0.09 0.65 7.5 0.05 0.33
Hex 58 51 50 0 8 9 41 8 5 21
Octal 130 121 120 0 10 11 101 10 5 41
Binary 1011000 1010001 1010000 0 1000 1001 1000001 1000 101 100001

Color Harmonies of #585150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585150

Black with #585150

Text Example


Text Example

White with #585150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585150; }

 p { color: rgb(88,81,80); }

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

background-color css

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

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

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

border-color css

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

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

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