#55563B

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

Shades of Kelp #55563B

Tints of Kelp #55563B

Color information

#55563B (or 0x55563B) is unknown color: approx Kelp. HEX triplet: 55, 56 and 3B. RGB value is (85,86,59). Sum of RGB (Red+Green+Blue) = 85+86+59=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #55563B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55563B is #AAA9C4. Grayscale: #525252. Windows color (decimal): -11184581 or 3888725. OLE color: 3888725.

HSL color Cylindrical-coordinate representation of color #55563B: hue angle of 62.22º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55563B is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB858659-
CMYK0.0100.310.66
HSL62.22º18.62%28.43%-
HSV(B)62.22º31.4%33.73%-
XYZ7.868.95.44-
YUV82.62114.67129.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=36.96%
G=37.39%
B=25.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586590.0100.310.6662.2218.6228.43
Hex55563B101F423e131c
Octal125126731037102762334
Binary10101011010110111011101111110000101111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55563B; }

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

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

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

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

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

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

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

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