#554E4F

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

Shades of Mortar #554E4F

Tints of Mortar #554E4F

Color information

#554E4F (or 0x554E4F) is unknown color: approx Mortar. HEX triplet: 55, 4E and 4F. RGB value is (85,78,79). Sum of RGB (Red+Green+Blue) = 85+78+79=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 85 - color contains mainly: red. Hex color #554E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E4F is #AAB1B0. Grayscale: #505050. Windows color (decimal): -11186609 or 5197397. OLE color: 5197397.

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

Color convert

RGB857879-
CMYK00.080.070.67
HSL351.43º4.29%31.96%-
HSV(B)351.43º8.24%33.33%-
XYZ7.887.948.52-
YUV80.21127.32131.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=35.12%
G=32.23%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85787900.080.070.67351.434.2931.96
Hex554E4F0874315f420
Octal1251161170107103537440
Binary101010110011101001111010001111000011101011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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