#535147

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

Shades of Merlin #535147

Tints of Merlin #535147

Color information

#535147 (or 0x535147) is unknown color: approx Merlin. HEX triplet: 53, 51 and 47. RGB value is (83,81,71). Sum of RGB (Red+Green+Blue) = 83+81+71=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #535147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535147 is #ACAEB8. Grayscale: #505050. Windows color (decimal): -11316921 or 4673875. OLE color: 4673875.

HSL color Cylindrical-coordinate representation of color #535147: hue angle of 50º 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 #535147 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB838171-
CMYK00.020.140.67
HSL50º7.79%30.2%-
HSV(B)50º14.46%32.55%-
XYZ7.658.187.14-
YUV80.46122.66129.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=35.32%
G=34.47%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83817100.020.140.67507.7930.2
Hex53514702E433281e
Octal1231211070216103621036
Binary10100111010001100011101011101000011110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535147; }

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

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

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

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

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

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

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

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