#514E4A

Color #514E4A Mondo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mondo #514E4A

Tints of Mondo #514E4A

Color information

#514E4A (or 0x514E4A) is unknown color: approx Mondo. HEX triplet: 51, 4E and 4A. RGB value is (81,78,74). Sum of RGB (Red+Green+Blue) = 81+78+74=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 81 - color contains mainly: red. Hex color #514E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E4A is #AEB1B5. Grayscale: #4E4E4E. Windows color (decimal): -11448758 or 4869713. OLE color: 4869713.

HSL color Cylindrical-coordinate representation of color #514E4A: hue angle of 34.29º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #514E4A is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB817874-
CMYK00.040.090.68
HSL34.29º4.52%30.39%-
HSV(B)34.29º8.64%31.76%-
XYZ7.357.697.58-
YUV78.44125.49129.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=34.76%
G=33.48%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81787400.040.090.6834.294.5230.39
Hex514E4A049442251e
Octal121116112041110442536
Binary10100011001110100101001001001100010010001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E4A; }

 p { color: rgb(81,78,74); }

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

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

 a { background-color: rgb(81,78,74); }

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

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

 span { border-color: rgb(81,78,74); }

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