#55563D

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

Shades of Kelp #55563D

Tints of Kelp #55563D

Color information

#55563D (or 0x55563D) is unknown color: approx Kelp. HEX triplet: 55, 56 and 3D. RGB value is (85,86,61). Sum of RGB (Red+Green+Blue) = 85+86+61=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #55563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55563D is #AAA9C2. Grayscale: #525252. Windows color (decimal): -11184579 or 4019797. OLE color: 4019797.

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

Color convert

RGB858661-
CMYK0.0100.290.66
HSL62.4º17.01%28.82%-
HSV(B)62.4º29.07%33.73%-
XYZ7.928.925.72-
YUV82.85115.67129.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=36.64%
G=37.07%
B=26.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586610.0100.290.6662.417.0128.82
Hex55563D101D423e111d
Octal125126751035102762135
Binary10101011010110111101101110110000101111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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