#55583B

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

Shades of Kelp #55583B

Tints of Kelp #55583B

Color information

#55583B (or 0x55583B) is unknown color: approx Kelp. HEX triplet: 55, 58 and 3B. RGB value is (85,88,59). Sum of RGB (Red+Green+Blue) = 85+88+59=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #55583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55583B is #AAA7C4. Grayscale: #535353. Windows color (decimal): -11184069 or 3889237. OLE color: 3889237.

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

Color convert

RGB858859-
CMYK0.0300.330.65
HSL66.21º19.73%28.82%-
HSV(B)66.21º32.95%34.51%-
XYZ8.039.235.5-
YUV83.8114.01128.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 59 (23.44% from 255) = 25.43%
R=36.64%
G=37.93%
B=25.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588590.0300.330.6566.2119.7328.82
Hex55583B30214142141d
Octal1251307330411011022435
Binary10101011011000111011110100001100000110000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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