Html Css Color HEX #585152 Mortar

📋 copy color: '#585152'

red 88 ◦ green 81 ◦ blue 82

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

Shades of Mortar #585152

Tints of Mortar #585152

RGB

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

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

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

R = 35.06%
G = 32.27%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#585152 (or 0x585152) is known color: Mortar. HEX triplet: 58, 51 and 52. RGB value is (88,81,82). Sum of RGB (Red+Green+Blue) = 88+81+82=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 88 - color contains mainly: red. Hex color #585152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585152 is #A7AEAD. Grayscale: #535353. Windows color (decimal): -10989230 or 5394776. OLE color: 5394776.

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

Color convert

RGB 88 81 82 -
CMYK 0 0.08 0.07 0.65
HSL 351.43º 0.04% 0.33% -
HSV(B) 351.43º 0.08% 0.35% -
XYZ 8.49 8.57 9.19 -
YUV 83.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 88 81 82 0 0.08 0.07 0.65 351.43 0.04 0.33
Hex 58 51 52 0 8 7 41 15F 4 21
Octal 130 121 122 0 10 7 101 537 4 41
Binary 1011000 1010001 1010010 0 1000 111 1000001 101011111 100 100001

Color Harmonies of #585152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585152

Black with #585152

Text Example


Text Example

White with #585152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585152; }

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

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

background-color css

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

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

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

border-color css

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

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

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