#514E4B

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

Shades of Mondo #514E4B

Tints of Mondo #514E4B

Color information

#514E4B (or 0x514E4B) is unknown color: approx Mondo. HEX triplet: 51, 4E and 4B. RGB value is (81,78,75). Sum of RGB (Red+Green+Blue) = 81+78+75=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 81 - color contains mainly: red. Hex color #514E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E4B is #AEB1B4. Grayscale: #4E4E4E. Windows color (decimal): -11448757 or 4935249. OLE color: 4935249.

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

Color convert

RGB817875-
CMYK00.040.070.68
HSL30º3.85%30.59%-
HSV(B)30º7.41%31.76%-
XYZ7.397.717.75-
YUV78.55125.99129.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=34.62%
G=33.33%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81787500.040.070.68303.8530.59
Hex514E4B047441e41f
Octal12111611304710436437
Binary101000110011101001011010011110001001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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