#55573D

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

Shades of Kelp #55573D

Tints of Kelp #55573D

Color information

#55573D (or 0x55573D) is unknown color: approx Kelp. HEX triplet: 55, 57 and 3D. RGB value is (85,87,61). Sum of RGB (Red+Green+Blue) = 85+87+61=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #55573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55573D is #AAA8C2. Grayscale: #535353. Windows color (decimal): -11184323 or 4020053. OLE color: 4020053.

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

Color convert

RGB858761-
CMYK0.0200.300.66
HSL64.62º17.57%29.02%-
HSV(B)64.62º29.89%34.12%-
XYZ89.085.75-
YUV83.44115.34129.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=36.48%
G=37.34%
B=26.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587610.0200.300.6664.6217.5729.02
Hex55573D201E4241121d
Octal1251277520361021012235
Binary1010101101011111110110011110100001010000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55573D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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