#545471

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

Shades of Comet #545471

Tints of Comet #545471

Color information

#545471 (or 0x545471) is unknown color: approx Comet. HEX triplet: 54, 54 and 71. RGB value is (84,84,113). Sum of RGB (Red+Green+Blue) = 84+84+113=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #545471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545471 is #ABAB8E. Grayscale: #575757. Windows color (decimal): -11250575 or 7427156. OLE color: 7427156.

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

Color convert

RGB8484113-
CMYK0.260.2600.56
HSL240º14.72%38.63%-
HSV(B)240º25.66%44.31%-
XYZ9.819.4216.92-
YUV87.31142.5125.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=29.89%
G=29.89%
B=40.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84841130.260.2600.5624014.7238.63
Hex5454711A1A038f0f27
Octal12412416132320703601747
Binary10101001010100111000111010110100111000111100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545471; }

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

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

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

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

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

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

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

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