#555942

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

Shades of Kelp #555942

Tints of Kelp #555942

Color information

#555942 (or 0x555942) is unknown color: approx Kelp. HEX triplet: 55, 59 and 42. RGB value is (85,89,66). Sum of RGB (Red+Green+Blue) = 85+89+66=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #555942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555942 is #AAA6BD. Grayscale: #555555. Windows color (decimal): -11183806 or 4348245. OLE color: 4348245.

HSL color Cylindrical-coordinate representation of color #555942: hue angle of 70.43º 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 #555942 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB858966-
CMYK0.0400.260.65
HSL70.43º14.84%30.39%-
HSV(B)70.43º25.84%34.9%-
XYZ8.39.476.54-
YUV85.18117.17127.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=35.42%
G=37.08%
B=27.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589660.0400.260.6570.4314.8430.39
Hex555942401A4146f1e
Octal12513110240321011061736
Binary10101011011001100001010001101010000011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555942; }

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

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

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

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

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

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

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

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