#55587A

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

Shades of Comet #55587A

Tints of Comet #55587A

Color information

#55587A (or 0x55587A) is unknown color: approx Comet. HEX triplet: 55, 58 and 7A. RGB value is (85,88,122). Sum of RGB (Red+Green+Blue) = 85+88+122=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #55587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55587A is #AAA785. Grayscale: #5A5A5A. Windows color (decimal): -11184006 or 8018005. OLE color: 8018005.

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

Color convert

RGB8588122-
CMYK0.300.2800.52
HSL235.14º17.87%40.59%-
HSV(B)235.14º30.33%47.84%-
XYZ10.7510.3219.84-
YUV90.98145.51123.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=28.81%
G=29.83%
B=41.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85881220.300.2800.52235.1417.8740.59
Hex55587A1E1C034eb1229
Octal12513017236340643532251
Binary101010110110001111010111101110001101001110101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55587A; }

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

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

<style>
 a { background-color: #55587A; }

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

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

<style>
 span { border-color: #55587A; }

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

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