#535248

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

Shades of Merlin #535248

Tints of Merlin #535248

Color information

#535248 (or 0x535248) is unknown color: approx Merlin. HEX triplet: 53, 52 and 48. RGB value is (83,82,72). Sum of RGB (Red+Green+Blue) = 83+82+72=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #535248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535248 is #ACADB7. Grayscale: #515151. Windows color (decimal): -11316664 or 4739667. OLE color: 4739667.

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

Color convert

RGB838272-
CMYK00.010.130.67
HSL54.55º7.1%30.39%-
HSV(B)54.55º13.25%32.55%-
XYZ7.758.347.33-
YUV81.16122.83129.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=35.02%
G=34.60%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83827200.010.130.6754.557.130.39
Hex53524801D433771e
Octal123122110011510367736
Binary101001110100101001000011101100001111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535248; }

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

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

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

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

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

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

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

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