#545781

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

Shades of Comet #545781

Tints of Comet #545781

Color information

#545781 (or 0x545781) is unknown color: approx Comet. HEX triplet: 54, 57 and 81. RGB value is (84,87,129). Sum of RGB (Red+Green+Blue) = 84+87+129=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #545781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545781 is #ABA87E. Grayscale: #5A5A5A. Windows color (decimal): -11249791 or 8476500. OLE color: 8476500.

HSL color Cylindrical-coordinate representation of color #545781: hue angle of 236º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #545781 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8487129-
CMYK0.350.3300.49
HSL236º21.13%41.76%-
HSV(B)236º34.88%50.59%-
XYZ11.0310.2922.17-
YUV90.89149.51123.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 129 (50.78% from 255) = 43%
R=28%
G=29%
B=43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84871290.350.3300.4923621.1341.76
Hex5457812321031ec152a
Octal12412720143410613542552
Binary101010010101111000000110001110000101100011110110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545781; }

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

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

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

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

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

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

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

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