#555840

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

Shades of Kelp #555840

Tints of Kelp #555840

Color information

#555840 (or 0x555840) is unknown color: approx Kelp. HEX triplet: 55, 58 and 40. RGB value is (85,88,64). Sum of RGB (Red+Green+Blue) = 85+88+64=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #555840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555840 is #AAA7BF. Grayscale: #545454. Windows color (decimal): -11184064 or 4216917. OLE color: 4216917.

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

Color convert

RGB858864-
CMYK0.0300.270.65
HSL67.5º15.79%29.8%-
HSV(B)67.5º27.27%34.51%-
XYZ8.169.286.21-
YUV84.37116.51128.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=35.86%
G=37.13%
B=27.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588640.0300.270.6567.515.7929.8
Hex555840301B4144101e
Octal12513010030331011042036
Binary10101011011000100000011011011100000110001001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555840; }

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

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

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

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

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

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

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

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