#535148

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

Shades of Merlin #535148

Tints of Merlin #535148

Color information

#535148 (or 0x535148) is unknown color: approx Merlin. HEX triplet: 53, 51 and 48. RGB value is (83,81,72). Sum of RGB (Red+Green+Blue) = 83+81+72=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #535148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535148 is #ACAEB7. Grayscale: #505050. Windows color (decimal): -11316920 or 4739411. OLE color: 4739411.

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

Color convert

RGB838172-
CMYK00.020.130.67
HSL49.09º7.1%30.39%-
HSV(B)49.09º13.25%32.55%-
XYZ7.688.197.31-
YUV80.57123.16129.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=35.17%
G=34.32%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83817200.020.130.6749.097.130.39
Hex53514802D433171e
Octal123121110021510361736
Binary1010011101000110010000101101100001111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535148; }

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

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

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

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

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

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

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

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