#545780

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

Shades of Comet #545780

Tints of Comet #545780

Color information

#545780 (or 0x545780) is unknown color: approx Comet. HEX triplet: 54, 57 and 80. RGB value is (84,87,128). Sum of RGB (Red+Green+Blue) = 84+87+128=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #545780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545780 is #ABA87F. Grayscale: #5A5A5A. Windows color (decimal): -11249792 or 8410964. OLE color: 8410964.

HSL color Cylindrical-coordinate representation of color #545780: hue angle of 235.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #545780 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8487128-
CMYK0.340.3200.50
HSL235.91º20.75%41.57%-
HSV(B)235.91º34.38%50.2%-
XYZ10.9610.2621.82-
YUV90.78149.01123.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=28.09%
G=29.10%
B=42.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84871280.340.3200.50235.9120.7541.57
Hex5457802220032ec152a
Octal12412720042400623542552
Binary101010010101111000000010001010000001100101110110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545780; }

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

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

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

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

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

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

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

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