#545577

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

Shades of Comet #545577

Tints of Comet #545577

Color information

#545577 (or 0x545577) is unknown color: approx Comet. HEX triplet: 54, 55 and 77. RGB value is (84,85,119). Sum of RGB (Red+Green+Blue) = 84+85+119=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #545577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545577 is #ABAA88. Grayscale: #585858. Windows color (decimal): -11250313 or 7820628. OLE color: 7820628.

HSL color Cylindrical-coordinate representation of color #545577: hue angle of 238.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545577 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8485119-
CMYK0.290.2900.53
HSL238.29º17.24%39.8%-
HSV(B)238.29º29.41%46.67%-
XYZ10.239.7118.79-
YUV88.58145.17124.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.17%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=29.17%
G=29.51%
B=41.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84851190.290.2900.53238.2917.2439.8
Hex5455771D1D035ee1128
Octal12412516735350653562150
Binary101010010101011110111111011110101101011110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545577; }

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

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

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

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

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

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

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

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