#535043

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

Shades of Merlin #535043

Tints of Merlin #535043

Color information

#535043 (or 0x535043) is unknown color: approx Merlin. HEX triplet: 53, 50 and 43. RGB value is (83,80,67). Sum of RGB (Red+Green+Blue) = 83+80+67=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #535043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535043 is #ACAFBC. Grayscale: #4F4F4F. Windows color (decimal): -11317181 or 4411475. OLE color: 4411475.

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

Color convert

RGB838067-
CMYK00.040.190.67
HSL48.75º10.67%29.41%-
HSV(B)48.75º19.28%32.55%-
XYZ7.457.986.46-
YUV79.41120.99130.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=36.09%
G=34.78%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83806700.040.190.6748.7510.6729.41
Hex53504304134331b1d
Octal1231201030423103611335
Binary1010011101000010000110100100111000011110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535043; }

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

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

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

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

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

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

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

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