#55593B

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

Shades of Kelp #55593B

Tints of Kelp #55593B

Color information

#55593B (or 0x55593B) is unknown color: approx Kelp. HEX triplet: 55, 59 and 3B. RGB value is (85,89,59). Sum of RGB (Red+Green+Blue) = 85+89+59=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #55593B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55593B is #AAA6C4. Grayscale: #545454. Windows color (decimal): -11183813 or 3889493. OLE color: 3889493.

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

Color convert

RGB858959-
CMYK0.0400.340.65
HSL68º20.27%29.02%-
HSV(B)68º33.71%34.9%-
XYZ8.119.395.52-
YUV84.38113.67128.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=36.48%
G=38.20%
B=25.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589590.0400.340.656820.2729.02
Hex55593B40224144141d
Octal1251317340421011042435
Binary101010110110011110111000100010100000110001001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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