#555974

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

Shades of Comet #555974

Tints of Comet #555974

Color information

#555974 (or 0x555974) is unknown color: approx Comet. HEX triplet: 55, 59 and 74. RGB value is (85,89,116). Sum of RGB (Red+Green+Blue) = 85+89+116=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #555974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555974 is #AAA68B. Grayscale: #5A5A5A. Windows color (decimal): -11183756 or 7625045. OLE color: 7625045.

HSL color Cylindrical-coordinate representation of color #555974: hue angle of 232.26º 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 #555974 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8589116-
CMYK0.270.2300.55
HSL232.26º15.42%39.41%-
HSV(B)232.26º26.72%45.49%-
XYZ10.4710.3417.97-
YUV90.88142.17123.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 116 (45.70% from 255) = 40%
R=29.31%
G=30.69%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85891160.270.2300.55232.2615.4239.41
Hex5559741B17037e8f27
Octal12513116433270673501747
Binary10101011011001111010011011101110110111111010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555974; }

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

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

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

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

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

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

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

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