#555848

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

Shades of Kelp #555848

Tints of Kelp #555848

Color information

#555848 (or 0x555848) is unknown color: approx Kelp. HEX triplet: 55, 58 and 48. RGB value is (85,88,72). Sum of RGB (Red+Green+Blue) = 85+88+72=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #555848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555848 is #AAA7B7. Grayscale: #555555. Windows color (decimal): -11184056 or 4741205. OLE color: 4741205.

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

Color convert

RGB858872-
CMYK0.0300.180.65
HSL71.25º10%31.37%-
HSV(B)71.25º18.18%34.51%-
XYZ8.419.387.5-
YUV85.28120.51127.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=34.69%
G=35.92%
B=29.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588720.0300.180.6571.251031.37
Hex55584830124147a1f
Octal12513011030221011071237
Binary1010101101100010010001101001010000011000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555848; }

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

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

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

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

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

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

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

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