#555678

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

Shades of Comet #555678

Tints of Comet #555678

Color information

#555678 (or 0x555678) is unknown color: approx Comet. HEX triplet: 55, 56 and 78. RGB value is (85,86,120). Sum of RGB (Red+Green+Blue) = 85+86+120=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #555678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555678 is #AAA987. Grayscale: #595959. Windows color (decimal): -11184520 or 7886421. OLE color: 7886421.

HSL color Cylindrical-coordinate representation of color #555678: hue angle of 238.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #555678 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8586120-
CMYK0.290.2800.53
HSL238.29º17.07%40.2%-
HSV(B)238.29º29.17%47.06%-
XYZ10.469.9419.14-
YUV89.58145.17124.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=29.21%
G=29.55%
B=41.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85861200.290.2800.53238.2917.0740.2
Hex5556781D1C035ee1128
Octal12512617035340653562150
Binary101010110101101111000111011110001101011110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555678; }

 p { color: rgb(85,86,120); }

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

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

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

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

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

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

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