#52514D

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

Shades of Merlin #52514D

Tints of Merlin #52514D

Color information

#52514D (or 0x52514D) is unknown color: approx Merlin. HEX triplet: 52, 51 and 4D. RGB value is (82,81,77). Sum of RGB (Red+Green+Blue) = 82+81+77=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 82 - color contains mainly: red. Hex color #52514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52514D is #ADAEB2. Grayscale: #505050. Windows color (decimal): -11382451 or 5067090. OLE color: 5067090.

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

Color convert

RGB828177-
CMYK00.010.060.68
HSL48º3.14%31.18%-
HSV(B)48º6.1%32.16%-
XYZ7.768.218.2-
YUV80.84125.83128.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=34.17%
G=33.75%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82817700.010.060.68483.1431.18
Hex52514D016443031f
Octal12212111501610460337
Binary1010010101000110011010111010001001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52514D; }

 p { color: rgb(82,81,77); }

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

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

 a { background-color: rgb(82,81,77); }

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

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

 span { border-color: rgb(82,81,77); }

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