Html Css Color HEX #535249 Merlin

📋 copy color: '#535249'

red 83 ◦ green 82 ◦ blue 73

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

Shades of Merlin #535249

Tints of Merlin #535249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.67%

R = 34.87%
G = 34.45%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#535249 (or 0x535249) is known color: Merlin. HEX triplet: 53, 52 and 49. RGB value is (83,82,73). Sum of RGB (Red+Green+Blue) = 83+82+73=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 83 - color contains mainly: red. Hex color #535249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535249 is #ACADB6. Grayscale: #515151. Windows color (decimal): -11316663 or 4805203. OLE color: 4805203.

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

Color convert

RGB 83 82 73 -
CMYK 0 0.01 0.12 0.67
HSL 54º 0.06% 0.31% -
HSV(B) 54º 0.12% 0.33% -
XYZ 7.79 8.35 7.51 -
YUV 81.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 83 82 73 0 0.01 0.12 0.67 54 0.06 0.31
Hex 53 52 49 0 1 C 43 36 6 1F
Octal 123 122 111 0 1 14 103 66 6 37
Binary 1010011 1010010 1001001 0 1 1100 1000011 110110 110 11111

Color Harmonies of #535249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535249

Black with #535249

Text Example


Text Example

White with #535249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535249; }

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

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

background-color css

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

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

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

border-color css

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

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

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