#515048

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

Shades of Merlin #515048

Tints of Merlin #515048

Color information

#515048 (or 0x515048) is unknown color: approx Merlin. HEX triplet: 51, 50 and 48. RGB value is (81,80,72). Sum of RGB (Red+Green+Blue) = 81+80+72=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 81 - color contains mainly: red. Hex color #515048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515048 is #AEAFB7. Grayscale: #4F4F4F. Windows color (decimal): -11448248 or 4739153. OLE color: 4739153.

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

Color convert

RGB818072-
CMYK00.010.110.68
HSL53.33º5.88%30%-
HSV(B)53.33º11.11%31.76%-
XYZ7.437.957.27-
YUV79.39123.83129.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=34.76%
G=34.33%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81807200.010.110.6853.335.8830
Hex51504801B443561e
Octal121120110011310465636
Binary101000110100001001000011011100010011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515048; }

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

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

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

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

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

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

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

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