Html Css Color HEX #53524D Merlin

📋 copy color: '#53524D'

red 83 ◦ green 82 ◦ blue 77

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

Shades of Merlin #53524D

Tints of Merlin #53524D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 34.3%
G = 33.88%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53524D (or 0x53524D) is known color: Merlin. HEX triplet: 53, 52 and 4D. RGB value is (83,82,77). Sum of RGB (Red+Green+Blue) = 83+82+77=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 83 - color contains mainly: red. Hex color #53524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53524D is #ACADB2. Grayscale: #515151. Windows color (decimal): -11316659 or 5067347. OLE color: 5067347.

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

Color convert

RGB 83 82 77 -
CMYK 0 0.01 0.07 0.67
HSL 50º 0.04% 0.31% -
HSV(B) 50º 0.07% 0.33% -
XYZ 7.92 8.41 8.23 -
YUV 81.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 83 82 77 0 0.01 0.07 0.67 50 0.04 0.31
Hex 53 52 4D 0 1 7 43 32 4 1F
Octal 123 122 115 0 1 7 103 62 4 37
Binary 1010011 1010010 1001101 0 1 111 1000011 110010 100 11111

Color Harmonies of #53524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53524D

Black with #53524D

Text Example


Text Example

White with #53524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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