Html Css Color HEX #585051 Mortar

📋 copy color: '#585051'

red 88 ◦ green 80 ◦ blue 81

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

Shades of Mortar #585051

Tints of Mortar #585051

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #585051: hue angle of 352.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 #585051 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 81 -
CMYK 0 0.09 0.08 0.65
HSL 352.5º 0.05% 0.33% -
HSV(B) 352.5º 0.09% 0.35% -
XYZ 8.38 8.41 8.97 -
YUV 82.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 88 80 81 0 0.09 0.08 0.65 352.5 0.05 0.33
Hex 58 50 51 0 9 8 41 160 5 21
Octal 130 120 121 0 11 10 101 540 5 41
Binary 1011000 1010000 1010001 0 1001 1000 1000001 101100000 101 100001

Color Harmonies of #585051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585051

Black with #585051

Text Example


Text Example

White with #585051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585051; }

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

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

background-color css

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

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

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

border-color css

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

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

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