#555843

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

Shades of Kelp #555843

Tints of Kelp #555843

Color information

#555843 (or 0x555843) is unknown color: approx Kelp. HEX triplet: 55, 58 and 43. RGB value is (85,88,67). Sum of RGB (Red+Green+Blue) = 85+88+67=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #555843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555843 is #AAA7BC. Grayscale: #545454. Windows color (decimal): -11184061 or 4413525. OLE color: 4413525.

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

Color convert

RGB858867-
CMYK0.0300.240.65
HSL68.57º13.55%30.39%-
HSV(B)68.57º23.86%34.51%-
XYZ8.259.326.67-
YUV84.71118.01128.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 67 (26.56% from 255) = 27.92%
R=35.42%
G=36.67%
B=27.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588670.0300.240.6568.5713.5530.39
Hex55584330184145e1e
Octal12513010330301011051636
Binary1010101101100010000111101100010000011000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555843; }

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

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

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

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

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

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

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

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