Html Css Color HEX #575253 Mortar

📋 copy color: '#575253'

red 87 ◦ green 82 ◦ blue 83

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

Shades of Mortar #575253

Tints of Mortar #575253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 34.52%
G = 32.54%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#575253 (or 0x575253) is known color: Mortar. HEX triplet: 57, 52 and 53. RGB value is (87,82,83). Sum of RGB (Red+Green+Blue) = 87+82+83=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 87 - color contains mainly: red. Hex color #575253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575253 is #A8ADAC. Grayscale: #535353. Windows color (decimal): -11054509 or 5460567. OLE color: 5460567.

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

Color convert

RGB 87 82 83 -
CMYK 0 0.06 0.05 0.66
HSL 348º 0.03% 0.33% -
HSV(B) 348º 0.06% 0.34% -
XYZ 8.51 8.69 9.41 -
YUV 83.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 87 82 83 0 0.06 0.05 0.66 348 0.03 0.33
Hex 57 52 53 0 6 5 42 15C 3 21
Octal 127 122 123 0 6 5 102 534 3 41
Binary 1010111 1010010 1010011 0 110 101 1000010 101011100 11 100001

Color Harmonies of #575253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575253

Black with #575253

Text Example


Text Example

White with #575253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575253; }

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

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

background-color css

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

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

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

border-color css

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

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

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