#555640

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

Shades of Kelp #555640

Tints of Kelp #555640

Color information

#555640 (or 0x555640) is unknown color: approx Kelp. HEX triplet: 55, 56 and 40. RGB value is (85,86,64). Sum of RGB (Red+Green+Blue) = 85+86+64=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 86 - color contains mainly: green. Hex color #555640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555640 is #AAA9BF. Grayscale: #535353. Windows color (decimal): -11184576 or 4216405. OLE color: 4216405.

HSL color Cylindrical-coordinate representation of color #555640: hue angle of 62.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555640 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB858664-
CMYK0.0100.260.66
HSL62.73º14.67%29.41%-
HSV(B)62.73º25.58%33.73%-
XYZ88.966.16-
YUV83.19117.17129.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=36.17%
G=36.60%
B=27.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586640.0100.260.6662.7314.6729.41
Hex555640101A423ff1d
Octal1251261001032102771735
Binary10101011010110100000010110101000010111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555640; }

 p { color: rgb(85,86,64); }

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

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

 a { background-color: rgb(85,86,64); }

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

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

 span { border-color: rgb(85,86,64); }

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