#545776

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

Shades of Comet #545776

Tints of Comet #545776

Color information

#545776 (or 0x545776) is unknown color: approx Comet. HEX triplet: 54, 57 and 76. RGB value is (84,87,118). Sum of RGB (Red+Green+Blue) = 84+87+118=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #545776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545776 is #ABA889. Grayscale: #595959. Windows color (decimal): -11249802 or 7755604. OLE color: 7755604.

HSL color Cylindrical-coordinate representation of color #545776: hue angle of 234.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545776 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8487118-
CMYK0.290.2600.54
HSL234.71º16.83%39.61%-
HSV(B)234.71º28.81%46.27%-
XYZ10.3310.0118.53-
YUV89.64144.01123.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=29.07%
G=30.10%
B=40.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84871180.290.2600.54234.7116.8339.61
Hex5457761D1A036eb1128
Octal12412716635320663532150
Binary101010010101111110110111011101001101101110101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545776; }

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

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

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

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

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

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

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

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