#574D4E

Color #574D4E Mortar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mortar #574D4E

Tints of Mortar #574D4E

Color information

#574D4E (or 0x574D4E) is unknown color: approx Mortar. HEX triplet: 57, 4D and 4E. RGB value is (87,77,78). Sum of RGB (Red+Green+Blue) = 87+77+78=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #574D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D4E is #A8B2B1. Grayscale: #505050. Windows color (decimal): -11055794 or 5131607. OLE color: 5131607.

HSL color Cylindrical-coordinate representation of color #574D4E: hue angle of 354º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #574D4E is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB877778-
CMYK00.110.100.66
HSL354º6.1%32.16%-
HSV(B)354º11.49%34.12%-
XYZ7.967.888.31-
YUV80.1126.81132.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=35.95%
G=31.82%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87777800.110.100.663546.132.16
Hex574D4E0BA42162620
Octal12711511601312102542640
Binary1010111100110110011100101110101000010101100010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574D4E; }

 p { color: rgb(87,77,78); }

 H1.HeaderClassName
 {
   color: #574D4E;
 }
 .AnyTagClassName
 {
   color: #574D4E;
 }
</style>
background-color css

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

 a { background-color: rgb(87,77,78); }

 div.DivClassName
 {
   background-color: #574D4E;
 }
 .BgClassName
 {
   background-color: #574D4E;
 }
</style>
border-color css

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

 span { border-color: rgb(87,77,78); }

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