#574E4F

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

Shades of Mortar #574E4F

Tints of Mortar #574E4F

Color information

#574E4F (or 0x574E4F) is unknown color: approx Mortar. HEX triplet: 57, 4E and 4F. RGB value is (87,78,79). Sum of RGB (Red+Green+Blue) = 87+78+79=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 87 - color contains mainly: red. Hex color #574E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E4F is #A8B1B0. Grayscale: #505050. Windows color (decimal): -11055537 or 5197399. OLE color: 5197399.

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

Color convert

RGB877879-
CMYK00.100.090.66
HSL353.33º5.45%32.35%-
HSV(B)353.33º10.34%34.12%-
XYZ8.078.048.52-
YUV80.8126.98132.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=35.66%
G=31.97%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87787900.100.090.66353.335.4532.35
Hex574E4F0A942161520
Octal12711611701211102541540
Binary1010111100111010011110101010011000010101100001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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