#515043

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

Shades of Merlin #515043

Tints of Merlin #515043

Color information

#515043 (or 0x515043) is unknown color: approx Merlin. HEX triplet: 51, 50 and 43. RGB value is (81,80,67). Sum of RGB (Red+Green+Blue) = 81+80+67=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #515043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515043 is #AEAFBC. Grayscale: #4E4E4E. Windows color (decimal): -11448253 or 4411473. OLE color: 4411473.

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

Color convert

RGB818067-
CMYK00.010.170.68
HSL55.71º9.46%29.02%-
HSV(B)55.71º17.28%31.76%-
XYZ7.287.896.45-
YUV78.82121.33129.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 67 (26.56% from 255) = 29.39%
R=35.53%
G=35.09%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81806700.010.170.6855.719.4629.02
Hex5150430111443891d
Octal1211201030121104701135
Binary10100011010000100001101100011000100111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515043; }

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

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

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

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

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

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

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

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