#555475

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

Shades of Comet #555475

Tints of Comet #555475

Color information

#555475 (or 0x555475) is unknown color: approx Comet. HEX triplet: 55, 54 and 75. RGB value is (85,84,117). Sum of RGB (Red+Green+Blue) = 85+84+117=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #555475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555475 is #AAAB8A. Grayscale: #575757. Windows color (decimal): -11185035 or 7689301. OLE color: 7689301.

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

Color convert

RGB8584117-
CMYK0.270.2800.54
HSL241.82º16.42%39.41%-
HSV(B)241.82º28.21%45.88%-
XYZ10.139.5618.14-
YUV88.06144.33125.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=29.72%
G=29.37%
B=40.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85841170.270.2800.54241.8216.4239.41
Hex5554751B1C036f21027
Octal12512416533340663622047
Binary101010110101001110101110111110001101101111001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555475; }

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

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

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

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

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

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

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

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