#54547A

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

Shades of Comet #54547A

Tints of Comet #54547A

Color information

#54547A (or 0x54547A) is unknown color: approx Comet. HEX triplet: 54, 54 and 7A. RGB value is (84,84,122). Sum of RGB (Red+Green+Blue) = 84+84+122=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #54547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54547A is #ABAB85. Grayscale: #585858. Windows color (decimal): -11250566 or 8016980. OLE color: 8016980.

HSL color Cylindrical-coordinate representation of color #54547A: hue angle of 240º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54547A is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8484122-
CMYK0.310.3100.52
HSL240º18.45%40.39%-
HSV(B)240º31.15%47.84%-
XYZ10.349.6319.73-
YUV88.33147124.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.97%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=28.97%
G=28.97%
B=42.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84841220.310.3100.5224018.4540.39
Hex54547A1F1F034f01228
Octal12412417237370643602250
Binary101010010101001111010111111111101101001111000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54547A; }

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

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

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

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

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

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

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

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