#555440

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

Shades of Merlin #555440

Tints of Merlin #555440

Color information

#555440 (or 0x555440) is unknown color: approx Merlin. HEX triplet: 55, 54 and 40. RGB value is (85,84,64). Sum of RGB (Red+Green+Blue) = 85+84+64=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #555440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555440 is #AAABBF. Grayscale: #525252. Windows color (decimal): -11185088 or 4215893. OLE color: 4215893.

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

Color convert

RGB858464-
CMYK00.010.250.67
HSL57.14º14.09%29.22%-
HSV(B)57.14º24.71%33.33%-
XYZ7.848.646.11-
YUV82.02117.83130.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=36.48%
G=36.05%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85846400.010.250.6757.1414.0929.22
Hex55544001194339e1d
Octal1251241000131103711635
Binary10101011010100100000001110011000011111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555440; }

 p { color: rgb(85,84,64); }

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

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

 a { background-color: rgb(85,84,64); }

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

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

 span { border-color: rgb(85,84,64); }

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