#515045

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

Shades of Merlin #515045

Tints of Merlin #515045

Color information

#515045 (or 0x515045) is unknown color: approx Merlin. HEX triplet: 51, 50 and 45. RGB value is (81,80,69). Sum of RGB (Red+Green+Blue) = 81+80+69=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 81 - color contains mainly: red. Hex color #515045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515045 is #AEAFBA. Grayscale: #4F4F4F. Windows color (decimal): -11448251 or 4542545. OLE color: 4542545.

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

Color convert

RGB818069-
CMYK00.010.150.68
HSL55º8%29.41%-
HSV(B)55º14.81%31.76%-
XYZ7.347.926.77-
YUV79.04122.33129.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 69 (27.34% from 255) = 30%
R=35.22%
G=34.78%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81806900.010.150.6855829.41
Hex51504501F443781d
Octal1211201050117104671035
Binary1010001101000010001010111111000100110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515045; }

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

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

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

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

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

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

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

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