#545775

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

Shades of Comet #545775

Tints of Comet #545775

Color information

#545775 (or 0x545775) is unknown color: approx Comet. HEX triplet: 54, 57 and 75. RGB value is (84,87,117). Sum of RGB (Red+Green+Blue) = 84+87+117=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #545775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545775 is #ABA88A. Grayscale: #595959. Windows color (decimal): -11249803 or 7690068. OLE color: 7690068.

HSL color Cylindrical-coordinate representation of color #545775: hue angle of 234.55º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #545775 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8487117-
CMYK0.280.2600.54
HSL234.55º16.42%39.41%-
HSV(B)234.55º28.21%45.88%-
XYZ10.289.9918.22-
YUV89.52143.51124.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.17%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=29.17%
G=30.21%
B=40.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84871170.280.2600.54234.5516.4239.41
Hex5457751C1A036eb1027
Octal12412716534320663532047
Binary101010010101111110101111001101001101101110101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545775; }

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

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

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

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

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

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

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

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