#555575

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

Shades of Comet #555575

Tints of Comet #555575

Color information

#555575 (or 0x555575) is unknown color: approx Comet. HEX triplet: 55, 55 and 75. RGB value is (85,85,117). Sum of RGB (Red+Green+Blue) = 85+85+117=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #555575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555575 is #AAAA8A. Grayscale: #585858. Windows color (decimal): -11184779 or 7689557. OLE color: 7689557.

HSL color Cylindrical-coordinate representation of color #555575: hue angle of 240º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555575 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8585117-
CMYK0.270.2700.54
HSL240º15.84%39.61%-
HSV(B)240º27.35%45.88%-
XYZ10.219.7118.17-
YUV88.65144125.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=29.62%
G=29.62%
B=40.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85851170.270.2700.5424015.8439.61
Hex5555751B1B036f01028
Octal12512516533330663602050
Binary101010110101011110101110111101101101101111000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555575; }

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

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

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

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

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

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

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

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