Html Css Color HEX #53524C Merlin

📋 copy color: '#53524C'

red 83 ◦ green 82 ◦ blue 76

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

Shades of Merlin #53524C

Tints of Merlin #53524C

RGB

 RED value IS 83 (32.81% from 255) = 34.44%

 GREEN value IS 82 (32.42% from 255) = 34.02%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 34.44%
G = 34.02%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53524C (or 0x53524C) is known color: Merlin. HEX triplet: 53, 52 and 4C. RGB value is (83,82,76). Sum of RGB (Red+Green+Blue) = 83+82+76=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 83 - color contains mainly: red. Hex color #53524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53524C is #ACADB3. Grayscale: #515151. Windows color (decimal): -11316660 or 5001811. OLE color: 5001811.

HSL color Cylindrical-coordinate representation of color #53524C: hue angle of 51.43º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53524C is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 76 -
CMYK 0 0.01 0.08 0.67
HSL 51.43º 0.04% 0.31% -
HSV(B) 51.43º 0.08% 0.33% -
XYZ 7.89 8.4 8.04 -
YUV 81.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 83 82 76 0 0.01 0.08 0.67 51.43 0.04 0.31
Hex 53 52 4C 0 1 8 43 33 4 1F
Octal 123 122 114 0 1 10 103 63 4 37
Binary 1010011 1010010 1001100 0 1 1000 1000011 110011 100 11111

Color Harmonies of #53524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53524C

Black with #53524C

Text Example


Text Example

White with #53524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53524C; }

 p { color: rgb(83,82,76); }

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

background-color css

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

 a { background-color: rgb(83,82,76); }

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

border-color css

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

 span { border-color: rgb(83,82,76); }

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