#545777

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

Shades of Comet #545777

Tints of Comet #545777

Color information

#545777 (or 0x545777) is unknown color: approx Comet. HEX triplet: 54, 57 and 77. RGB value is (84,87,119). Sum of RGB (Red+Green+Blue) = 84+87+119=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #545777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545777 is #ABA888. Grayscale: #595959. Windows color (decimal): -11249801 or 7821140. OLE color: 7821140.

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

Color convert

RGB8487119-
CMYK0.290.2700.53
HSL234.86º17.24%39.8%-
HSV(B)234.86º29.41%46.67%-
XYZ10.3910.0318.84-
YUV89.75144.51123.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.97%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=28.97%
G=30%
B=41.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84871190.290.2700.53234.8617.2439.8
Hex5457771D1B035eb1128
Octal12412716735330653532150
Binary101010010101111110111111011101101101011110101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545777; }

 p { color: rgb(84,87,119); }

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

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

 a { background-color: rgb(84,87,119); }

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

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

 span { border-color: rgb(84,87,119); }

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