#555740

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

Shades of Kelp #555740

Tints of Kelp #555740

Color information

#555740 (or 0x555740) is unknown color: approx Kelp. HEX triplet: 55, 57 and 40. RGB value is (85,87,64). Sum of RGB (Red+Green+Blue) = 85+87+64=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #555740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555740 is #AAA8BF. Grayscale: #535353. Windows color (decimal): -11184320 or 4216661. OLE color: 4216661.

HSL color Cylindrical-coordinate representation of color #555740: hue angle of 65.22º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555740 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB858764-
CMYK0.0200.260.66
HSL65.22º15.23%29.61%-
HSV(B)65.22º26.44%34.12%-
XYZ8.089.126.18-
YUV83.78116.84128.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=36.02%
G=36.86%
B=27.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587640.0200.260.6665.2215.2329.61
Hex555740201A4241f1e
Octal12512710020321021011736
Binary1010101101011110000001001101010000101000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555740; }

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

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

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

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

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

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

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

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