#555681

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

Shades of Comet #555681

Tints of Comet #555681

Color information

#555681 (or 0x555681) is unknown color: approx Comet. HEX triplet: 55, 56 and 81. RGB value is (85,86,129). Sum of RGB (Red+Green+Blue) = 85+86+129=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #555681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555681 is #AAA97E. Grayscale: #5A5A5A. Windows color (decimal): -11184511 or 8476245. OLE color: 8476245.

HSL color Cylindrical-coordinate representation of color #555681: hue angle of 238.64º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555681 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8586129-
CMYK0.340.3300.49
HSL238.64º20.56%41.96%-
HSV(B)238.64º34.11%50.59%-
XYZ11.0410.1722.15-
YUV90.6149.67124-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 129 (50.78% from 255) = 43%
R=28.33%
G=28.67%
B=43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85861290.340.3300.49238.6420.5641.96
Hex5556812221031ef152a
Octal12512620142410613572552
Binary101010110101101000000110001010000101100011110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555681; }

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

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

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

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

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

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

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

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