#555844

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

Shades of Kelp #555844

Tints of Kelp #555844

Color information

#555844 (or 0x555844) is unknown color: approx Kelp. HEX triplet: 55, 58 and 44. RGB value is (85,88,68). Sum of RGB (Red+Green+Blue) = 85+88+68=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #555844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555844 is #AAA7BB. Grayscale: #545454. Windows color (decimal): -11184060 or 4479061. OLE color: 4479061.

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

Color convert

RGB858868-
CMYK0.0300.230.65
HSL69º12.82%30.59%-
HSV(B)69º22.73%34.51%-
XYZ8.289.336.83-
YUV84.82118.51128.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 68 (26.95% from 255) = 28.22%
R=35.27%
G=36.51%
B=28.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588680.0300.230.656912.8230.59
Hex55584430174145d1f
Octal12513010430271011051537
Binary1010101101100010001001101011110000011000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555844; }

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

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

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

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

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

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

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

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