#535044

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

Shades of Merlin #535044

Tints of Merlin #535044

Color information

#535044 (or 0x535044) is unknown color: approx Merlin. HEX triplet: 53, 50 and 44. RGB value is (83,80,68). Sum of RGB (Red+Green+Blue) = 83+80+68=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #535044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535044 is #ACAFBB. Grayscale: #4F4F4F. Windows color (decimal): -11317180 or 4477011. OLE color: 4477011.

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

Color convert

RGB838068-
CMYK00.040.180.67
HSL48º9.93%29.61%-
HSV(B)48º18.07%32.55%-
XYZ7.487.996.62-
YUV79.53121.49130.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=35.93%
G=34.63%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83806800.040.180.67489.9329.61
Hex53504404124330a1e
Octal1231201040422103601236
Binary1010011101000010001000100100101000011110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535044; }

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

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

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

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

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

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

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

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