#535246

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

Shades of Merlin #535246

Tints of Merlin #535246

Color information

#535246 (or 0x535246) is unknown color: approx Merlin. HEX triplet: 53, 52 and 46. RGB value is (83,82,70). Sum of RGB (Red+Green+Blue) = 83+82+70=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #535246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535246 is #ACADB9. Grayscale: #505050. Windows color (decimal): -11316666 or 4608595. OLE color: 4608595.

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

Color convert

RGB838270-
CMYK00.010.160.67
HSL55.38º8.5%30%-
HSV(B)55.38º15.66%32.55%-
XYZ7.698.326.99-
YUV80.93121.83129.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=35.32%
G=34.89%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83827000.010.160.6755.388.530
Hex5352460110433781e
Octal1231221060120103671036
Binary10100111010010100011001100001000011110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535246; }

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

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

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

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

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

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

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

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