Html Css Color HEX #515046 Merlin

📋 copy color: '#515046'

red 81 ◦ green 80 ◦ blue 70

#515046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlin #515046

Tints of Merlin #515046

RGB

 RED value IS 81 (32.03% from 255) = 35.06%

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 70 (27.73% from 255) = 30.3%

R = 35.06%
G = 34.63%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#515046 (or 0x515046) is known color: Merlin. HEX triplet: 51, 50 and 46. RGB value is (81,80,70). Sum of RGB (Red+Green+Blue) = 81+80+70=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 81 - color contains mainly: red. Hex color #515046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515046 is #AEAFB9. Grayscale: #4F4F4F. Windows color (decimal): -11448250 or 4608081. OLE color: 4608081.

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

Color convert

RGB 81 80 70 -
CMYK 0 0.01 0.14 0.68
HSL 54.55º 0.07% 0.3% -
HSV(B) 54.55º 0.14% 0.32% -
XYZ 7.37 7.93 6.94 -
YUV 79.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 81 80 70 0 0.01 0.14 0.68 54.55 0.07 0.3
Hex 51 50 46 0 1 E 44 37 7 1E
Octal 121 120 106 0 1 16 104 67 7 36
Binary 1010001 1010000 1000110 0 1 1110 1000100 110111 111 11110

Color Harmonies of #515046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515046

Black with #515046

Text Example


Text Example

White with #515046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515046; }

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

 H1.HeaderClassName
 {
   color: #515046;
 }
 .AnyTagClassName
 {
   color: #515046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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