#535247

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

Shades of Merlin #535247

Tints of Merlin #535247

Color information

#535247 (or 0x535247) is unknown color: approx Merlin. HEX triplet: 53, 52 and 47. RGB value is (83,82,71). Sum of RGB (Red+Green+Blue) = 83+82+71=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #535247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535247 is #ACADB8. Grayscale: #515151. Windows color (decimal): -11316665 or 4674131. OLE color: 4674131.

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

Color convert

RGB838271-
CMYK00.010.140.67
HSL55º7.79%30.2%-
HSV(B)55º14.46%32.55%-
XYZ7.728.337.16-
YUV81.04122.33129.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=35.17%
G=34.75%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83827100.010.140.67557.7930.2
Hex53524701E433781e
Octal1231221070116103671036
Binary1010011101001010001110111101000011110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535247; }

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

 H1.HeaderClassName
 {
   color: #535247;
 }
 .AnyTagClassName
 {
   color: #535247;
 }
</style>
background-color css

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

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

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

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

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

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