#54557C

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

Shades of Comet #54557C

Tints of Comet #54557C

Color information

#54557C (or 0x54557C) is unknown color: approx Comet. HEX triplet: 54, 55 and 7C. RGB value is (84,85,124). Sum of RGB (Red+Green+Blue) = 84+85+124=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #54557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54557C is #ABAA83. Grayscale: #585858. Windows color (decimal): -11250308 or 8148308. OLE color: 8148308.

HSL color Cylindrical-coordinate representation of color #54557C: hue angle of 238.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54557C is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8485124-
CMYK0.320.3100.51
HSL238.5º19.23%40.78%-
HSV(B)238.5º32.26%48.63%-
XYZ10.549.8420.41-
YUV89.15147.67124.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.67%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=28.67%
G=29.01%
B=42.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84851240.320.3100.51238.519.2340.78
Hex54557C201F033ee1329
Octal12412517440370633562351
Binary1010100101010111111001000001111101100111110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54557C; }

 p { color: rgb(84,85,124); }

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

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

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

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

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

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

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