#555841

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

Shades of Kelp #555841

Tints of Kelp #555841

Color information

#555841 (or 0x555841) is unknown color: approx Kelp. HEX triplet: 55, 58 and 41. RGB value is (85,88,65). Sum of RGB (Red+Green+Blue) = 85+88+65=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #555841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555841 is #AAA7BE. Grayscale: #545454. Windows color (decimal): -11184063 or 4282453. OLE color: 4282453.

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

Color convert

RGB858865-
CMYK0.0300.260.65
HSL67.83º15.03%30%-
HSV(B)67.83º26.14%34.51%-
XYZ8.199.296.36-
YUV84.48117.01128.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 65 (25.78% from 255) = 27.31%
R=35.71%
G=36.97%
B=27.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588650.0300.260.6567.8315.0330
Hex555841301A4144f1e
Octal12513010130321011041736
Binary1010101101100010000011101101010000011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555841; }

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

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

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

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

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

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

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

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