#555874

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

Shades of Comet #555874

Tints of Comet #555874

Color information

#555874 (or 0x555874) is unknown color: approx Comet. HEX triplet: 55, 58 and 74. RGB value is (85,88,116). Sum of RGB (Red+Green+Blue) = 85+88+116=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #555874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555874 is #AAA78B. Grayscale: #5A5A5A. Windows color (decimal): -11184012 or 7624789. OLE color: 7624789.

HSL color Cylindrical-coordinate representation of color #555874: hue angle of 234.19º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555874 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8588116-
CMYK0.270.2400.55
HSL234.19º15.42%39.41%-
HSV(B)234.19º26.72%45.49%-
XYZ10.3910.1717.94-
YUV90.3142.51124.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 116 (45.70% from 255) = 40.14%
R=29.41%
G=30.45%
B=40.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85881160.270.2400.55234.1915.4239.41
Hex5558741B18037eaf27
Octal12513016433300673521747
Binary10101011011000111010011011110000110111111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555874; }

 p { color: rgb(85,88,116); }

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

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

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

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

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

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

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