#555571

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

Shades of Comet #555571

Tints of Comet #555571

Color information

#555571 (or 0x555571) is unknown color: approx Comet. HEX triplet: 55, 55 and 71. RGB value is (85,85,113). Sum of RGB (Red+Green+Blue) = 85+85+113=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #555571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555571 is #AAAA8E. Grayscale: #585858. Windows color (decimal): -11184783 or 7427413. OLE color: 7427413.

HSL color Cylindrical-coordinate representation of color #555571: hue angle of 240º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555571 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8585113-
CMYK0.250.2500.56
HSL240º14.14%38.82%-
HSV(B)240º24.78%44.31%-
XYZ9.989.6216.95-
YUV88.19142125.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=30.04%
G=30.04%
B=39.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85851130.250.2500.5624014.1438.82
Hex5555711919038f0e27
Octal12512516131310703601647
Binary10101011010101111000111001110010111000111100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555571; }

 p { color: rgb(85,85,113); }

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

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

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

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

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

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

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