#515044

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

Shades of Merlin #515044

Tints of Merlin #515044

Color information

#515044 (or 0x515044) is unknown color: approx Merlin. HEX triplet: 51, 50 and 44. RGB value is (81,80,68). Sum of RGB (Red+Green+Blue) = 81+80+68=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #515044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515044 is #AEAFBB. Grayscale: #4E4E4E. Windows color (decimal): -11448252 or 4477009. OLE color: 4477009.

HSL color Cylindrical-coordinate representation of color #515044: hue angle of 55.38º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #515044 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB818068-
CMYK00.010.160.68
HSL55.38º8.72%29.22%-
HSV(B)55.38º16.05%31.76%-
XYZ7.317.96.61-
YUV78.93121.83129.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=35.37%
G=34.93%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81806800.010.160.6855.388.7229.22
Hex5150440110443791d
Octal1211201040120104671135
Binary10100011010000100010001100001000100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515044; }

 p { color: rgb(81,80,68); }

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

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

 a { background-color: rgb(81,80,68); }

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

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

 span { border-color: rgb(81,80,68); }

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