#545474

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

Shades of Comet #545474

Tints of Comet #545474

Color information

#545474 (or 0x545474) is unknown color: approx Comet. HEX triplet: 54, 54 and 74. RGB value is (84,84,116). Sum of RGB (Red+Green+Blue) = 84+84+116=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #545474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545474 is #ABAB8B. Grayscale: #575757. Windows color (decimal): -11250572 or 7623764. OLE color: 7623764.

HSL color Cylindrical-coordinate representation of color #545474: hue angle of 240º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #545474 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8484116-
CMYK0.280.2800.55
HSL240º16%39.22%-
HSV(B)240º27.59%45.49%-
XYZ9.989.4917.83-
YUV87.65144125.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.58%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=29.58%
G=29.58%
B=40.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84841160.280.2800.552401639.22
Hex5454741C1C037f01027
Octal12412416434340673602047
Binary101010010101001110100111001110001101111111000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545474; }

 p { color: rgb(84,84,116); }

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

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

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

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

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

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

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