#555941

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

Shades of Kelp #555941

Tints of Kelp #555941

Color information

#555941 (or 0x555941) is unknown color: approx Kelp. HEX triplet: 55, 59 and 41. RGB value is (85,89,65). Sum of RGB (Red+Green+Blue) = 85+89+65=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #555941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555941 is #AAA6BE. Grayscale: #555555. Windows color (decimal): -11183807 or 4282709. OLE color: 4282709.

HSL color Cylindrical-coordinate representation of color #555941: hue angle of 70º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555941 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB858965-
CMYK0.0400.270.65
HSL70º15.58%30.2%-
HSV(B)70º26.97%34.9%-
XYZ8.279.466.39-
YUV85.07116.67127.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=35.56%
G=37.24%
B=27.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589650.0400.270.657015.5830.2
Hex555941401B4146101e
Octal12513110140331011062036
Binary101010110110011000001100011011100000110001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555941; }

 p { color: rgb(85,89,65); }

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

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

 a { background-color: rgb(85,89,65); }

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

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

 span { border-color: rgb(85,89,65); }

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