#515042

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

Shades of Merlin #515042

Tints of Merlin #515042

Color information

#515042 (or 0x515042) is unknown color: approx Merlin. HEX triplet: 51, 50 and 42. RGB value is (81,80,66). Sum of RGB (Red+Green+Blue) = 81+80+66=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #515042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515042 is #AEAFBD. Grayscale: #4E4E4E. Windows color (decimal): -11448254 or 4345937. OLE color: 4345937.

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

Color convert

RGB818066-
CMYK00.010.190.68
HSL56º10.2%28.82%-
HSV(B)56º18.52%31.76%-
XYZ7.257.886.29-
YUV78.7120.83129.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=35.68%
G=35.24%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81806600.010.190.685610.228.82
Hex51504201134438a1d
Octal1211201020123104701235
Binary10100011010000100001001100111000100111000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515042; }

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

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

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

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

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

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

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

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