#545472

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

Shades of Comet #545472

Tints of Comet #545472

Color information

#545472 (or 0x545472) is unknown color: approx Comet. HEX triplet: 54, 54 and 72. RGB value is (84,84,114). Sum of RGB (Red+Green+Blue) = 84+84+114=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #545472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545472 is #ABAB8D. Grayscale: #575757. Windows color (decimal): -11250574 or 7492692. OLE color: 7492692.

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

Color convert

RGB8484114-
CMYK0.260.2600.55
HSL240º15.15%38.82%-
HSV(B)240º26.32%44.71%-
XYZ9.869.4417.22-
YUV87.42143125.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=29.79%
G=29.79%
B=40.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84841140.260.2600.5524015.1538.82
Hex5454721A1A037f0f27
Octal12412416232320673601747
Binary10101001010100111001011010110100110111111100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545472; }

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

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

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

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

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

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

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

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