#555846

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

Shades of Kelp #555846

Tints of Kelp #555846

Color information

#555846 (or 0x555846) is unknown color: approx Kelp. HEX triplet: 55, 58 and 46. RGB value is (85,88,70). Sum of RGB (Red+Green+Blue) = 85+88+70=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #555846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555846 is #AAA7B9. Grayscale: #555555. Windows color (decimal): -11184058 or 4610133. OLE color: 4610133.

HSL color Cylindrical-coordinate representation of color #555846: hue angle of 70º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555846 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB858870-
CMYK0.0300.200.65
HSL70º11.39%30.98%-
HSV(B)70º20.45%34.51%-
XYZ8.349.357.16-
YUV85.05119.51127.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=34.98%
G=36.21%
B=28.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588700.0300.200.657011.3930.98
Hex55584630144146b1f
Octal12513010630241011061337
Binary1010101101100010001101101010010000011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555846; }

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

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

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

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

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

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

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

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