Html Css Color HEX #52514D Merlin

📋 copy color: '#52514D'

red 82 ◦ green 81 ◦ blue 77

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

Shades of Merlin #52514D

Tints of Merlin #52514D

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 value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#52514D (or 0x52514D) is known color: 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

RGB 82 81 77 -
CMYK 0 0.01 0.06 0.68
HSL 48º 0.03% 0.31% -
HSV(B) 48º 0.06% 0.32% -
XYZ 7.76 8.21 8.2 -
YUV 80.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 82 81 77 0 0.01 0.06 0.68 48 0.03 0.31
Hex 52 51 4D 0 1 6 44 30 3 1F
Octal 122 121 115 0 1 6 104 60 3 37
Binary 1010010 1010001 1001101 0 1 110 1000100 110000 11 11111

Color Harmonies of #52514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52514D

Black with #52514D

Text Example


Text Example

White with #52514D

Text Example


Text Example

HTML Codes & Css Web 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>