#55597B

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

Shades of Comet #55597B

Tints of Comet #55597B

Color information

#55597B (or 0x55597B) is unknown color: approx Comet. HEX triplet: 55, 59 and 7B. RGB value is (85,89,123). Sum of RGB (Red+Green+Blue) = 85+89+123=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #55597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55597B is #AAA684. Grayscale: #5B5B5B. Windows color (decimal): -11183749 or 8083797. OLE color: 8083797.

HSL color Cylindrical-coordinate representation of color #55597B: hue angle of 233.68º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55597B is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8589123-
CMYK0.310.2800.52
HSL233.68º18.27%40.78%-
HSV(B)233.68º30.89%48.24%-
XYZ10.8910.5120.19-
YUV91.68145.67123.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=28.62%
G=29.97%
B=41.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85891230.310.2800.52233.6818.2740.78
Hex55597B1F1C034ea1229
Octal12513117337340643522251
Binary101010110110011111011111111110001101001110101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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