#545778

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

Shades of Comet #545778

Tints of Comet #545778

Color information

#545778 (or 0x545778) is unknown color: approx Comet. HEX triplet: 54, 57 and 78. RGB value is (84,87,120). Sum of RGB (Red+Green+Blue) = 84+87+120=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 87 (34.38% from 255 or 29.90% 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 #545778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545778 is #ABA887. Grayscale: #595959. Windows color (decimal): -11249800 or 7886676. OLE color: 7886676.

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

Color convert

RGB8487120-
CMYK0.30.2800.53
HSL235º17.65%40%-
HSV(B)235º30%47.06%-
XYZ10.4510.0619.16-
YUV89.86145.01123.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=28.87%
G=29.90%
B=41.24%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84871200.30.2800.5323517.6540
Hex5457781E1C035eb1228
Octal12412717036340653532250
Binary101010010101111111000111101110001101011110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545778; }

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

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

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

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

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

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

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

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