#535243

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

Shades of Merlin #535243

Tints of Merlin #535243

Color information

#535243 (or 0x535243) is unknown color: approx Merlin. HEX triplet: 53, 52 and 43. RGB value is (83,82,67). Sum of RGB (Red+Green+Blue) = 83+82+67=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #535243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535243 is #ACADBC. Grayscale: #505050. Windows color (decimal): -11316669 or 4411987. OLE color: 4411987.

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

Color convert

RGB838267-
CMYK00.010.190.67
HSL56.25º10.67%29.41%-
HSV(B)56.25º19.28%32.55%-
XYZ7.68.286.51-
YUV80.59120.33129.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 67 (26.56% from 255) = 28.88%
R=35.78%
G=35.34%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83826700.010.190.6756.2510.6729.41
Hex53524301134338b1d
Octal1231221030123103701335
Binary10100111010010100001101100111000011111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535243; }

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

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

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

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

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

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

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

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