Html Css Color HEX #575152 Mortar

📋 copy color: '#575152'

red 87 ◦ green 81 ◦ blue 82

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

Shades of Mortar #575152

Tints of Mortar #575152

RGB

 RED value IS 87 (34.38% from 255) = 34.8%

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

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

R = 34.8%
G = 32.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#575152 (or 0x575152) is known color: Mortar. HEX triplet: 57, 51 and 52. RGB value is (87,81,82). Sum of RGB (Red+Green+Blue) = 87+81+82=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 87 - color contains mainly: red. Hex color #575152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575152 is #A8AEAD. Grayscale: #525252. Windows color (decimal): -11054766 or 5394775. OLE color: 5394775.

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

Color convert

RGB 87 81 82 -
CMYK 0 0.07 0.06 0.66
HSL 350º 0.04% 0.33% -
HSV(B) 350º 0.07% 0.34% -
XYZ 8.4 8.52 9.18 -
YUV 82.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 87 81 82 0 0.07 0.06 0.66 350 0.04 0.33
Hex 57 51 52 0 7 6 42 15E 4 21
Octal 127 121 122 0 7 6 102 536 4 41
Binary 1010111 1010001 1010010 0 111 110 1000010 101011110 100 100001

Color Harmonies of #575152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575152

Black with #575152

Text Example


Text Example

White with #575152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575152; }

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

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

background-color css

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

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

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

border-color css

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

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

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