#545772

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

Shades of Comet #545772

Tints of Comet #545772

Color information

#545772 (or 0x545772) is unknown color: approx Comet. HEX triplet: 54, 57 and 72. RGB value is (84,87,114). Sum of RGB (Red+Green+Blue) = 84+87+114=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #545772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545772 is #ABA88D. Grayscale: #595959. Windows color (decimal): -11249806 or 7493460. OLE color: 7493460.

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

Color convert

RGB8487114-
CMYK0.260.2400.55
HSL234º15.15%38.82%-
HSV(B)234º26.32%44.71%-
XYZ10.19.9217.3-
YUV89.18142.01124.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 114 (44.92% from 255) = 40%
R=29.47%
G=30.53%
B=40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84871140.260.2400.5523415.1538.82
Hex5457721A18037eaf27
Octal12412716232300673521747
Binary10101001010111111001011010110000110111111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545772; }

 p { color: rgb(84,87,114); }

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

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

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

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

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

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

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