#51504A

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

Shades of Merlin #51504A

Tints of Merlin #51504A

Color information

#51504A (or 0x51504A) is unknown color: approx Merlin. HEX triplet: 51, 50 and 4A. RGB value is (81,80,74). Sum of RGB (Red+Green+Blue) = 81+80+74=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 81 - color contains mainly: red. Hex color #51504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51504A is #AEAFB5. Grayscale: #4F4F4F. Windows color (decimal): -11448246 or 4870225. OLE color: 4870225.

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

Color convert

RGB818074-
CMYK00.010.090.68
HSL51.43º4.52%30.39%-
HSV(B)51.43º8.64%31.76%-
XYZ7.57.987.62-
YUV79.61124.83128.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=34.47%
G=34.04%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81807400.010.090.6851.434.5230.39
Hex51504A019443351e
Octal121120112011110463536
Binary101000110100001001010011001100010011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51504A; }

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

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

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

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

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

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

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

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