#555939

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

Shades of Kelp #555939

Tints of Kelp #555939

Color information

#555939 (or 0x555939) is unknown color: approx Kelp. HEX triplet: 55, 59 and 39. RGB value is (85,89,57). Sum of RGB (Red+Green+Blue) = 85+89+57=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #555939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555939 is #AAA6C6. Grayscale: #545454. Windows color (decimal): -11183815 or 3758421. OLE color: 3758421.

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

Color convert

RGB858957-
CMYK0.0400.360.65
HSL67.5º21.92%28.63%-
HSV(B)67.5º35.96%34.9%-
XYZ8.069.375.26-
YUV84.16112.67128.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=36.80%
G=38.53%
B=24.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589570.0400.360.6567.521.9228.63
Hex55593940244144161d
Octal1251317140441011042635
Binary101010110110011110011000100100100000110001001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555939; }

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

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

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

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

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

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

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

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