#545880

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

Shades of Comet #545880

Tints of Comet #545880

Color information

#545880 (or 0x545880) is unknown color: approx Comet. HEX triplet: 54, 58 and 80. RGB value is (84,88,128). Sum of RGB (Red+Green+Blue) = 84+88+128=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #545880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545880 is #ABA77F. Grayscale: #5B5B5B. Windows color (decimal): -11249536 or 8411220. OLE color: 8411220.

HSL color Cylindrical-coordinate representation of color #545880: hue angle of 234.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #545880 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8488128-
CMYK0.340.3100.50
HSL234.55º20.75%41.57%-
HSV(B)234.55º34.38%50.2%-
XYZ11.0410.4221.85-
YUV91.36148.67122.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=28%
G=29.33%
B=42.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84881280.340.3100.50234.5520.7541.57
Hex545880221F032eb152a
Octal12413020042370623532552
Binary10101001011000100000001000101111101100101110101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545880; }

 p { color: rgb(84,88,128); }

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

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

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

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

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

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

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