#55583F

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

Shades of Kelp #55583F

Tints of Kelp #55583F

Color information

#55583F (or 0x55583F) is unknown color: approx Kelp. HEX triplet: 55, 58 and 3F. RGB value is (85,88,63). Sum of RGB (Red+Green+Blue) = 85+88+63=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #55583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55583F is #AAA7C0. Grayscale: #545454. Windows color (decimal): -11184065 or 4151381. OLE color: 4151381.

HSL color Cylindrical-coordinate representation of color #55583F: hue angle of 67.2º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55583F is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB858863-
CMYK0.0300.280.65
HSL67.2º16.56%29.61%-
HSV(B)67.2º28.41%34.51%-
XYZ8.139.276.06-
YUV84.25116.01128.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 88 (34.77% from 255) = 37.29%
BLUE value IS 63 (25% from 255) = 26.69%
R=36.02%
G=37.29%
B=26.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588630.0300.280.6567.216.5629.61
Hex55583F301C4143111e
Octal1251307730341011032136
Binary1010101101100011111111011100100000110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55583F; }

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

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

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

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

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

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

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

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