#535249

Color #535249 Merlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlin #535249

Tints of Merlin #535249

Color information

#535249 (or 0x535249) is unknown color: approx 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

RGB838273-
CMYK00.010.120.67
HSL54º6.41%30.59%-
HSV(B)54º12.05%32.55%-
XYZ7.798.357.51-
YUV81.27123.33129.23-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83827300.010.120.67546.4130.59
Hex53524901C433661f
Octal123122111011410366637
Binary101001110100101001001011100100001111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>