#545377

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

Shades of Comet #545377

Tints of Comet #545377

Color information

#545377 (or 0x545377) is unknown color: approx Comet. HEX triplet: 54, 53 and 77. RGB value is (84,83,119). Sum of RGB (Red+Green+Blue) = 84+83+119=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #545377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545377 is #ABAC88. Grayscale: #575757. Windows color (decimal): -11250825 or 7820116. OLE color: 7820116.

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

Color convert

RGB8483119-
CMYK0.290.3000.53
HSL241.67º17.82%39.61%-
HSV(B)241.67º30.25%46.67%-
XYZ10.089.418.74-
YUV87.4145.83125.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=29.37%
G=29.02%
B=41.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84831190.290.3000.53241.6717.8239.61
Hex5453771D1E035f21228
Octal12412316735360653622250
Binary101010010100111110111111011111001101011111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545377; }

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

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

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

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

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

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

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

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