#546373

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

Shades of Shuttle Grey #546373

Tints of Shuttle Grey #546373

Color information

#546373 (or 0x546373) is unknown color: approx Shuttle Grey. HEX triplet: 54, 63 and 73. RGB value is (84,99,115). Sum of RGB (Red+Green+Blue) = 84+99+115=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #546373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546373 is #AB9C8C. Grayscale: #606060. Windows color (decimal): -11246733 or 7562068. OLE color: 7562068.

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

Color convert

RGB8499115-
CMYK0.270.1400.55
HSL210.97º15.58%39.02%-
HSV(B)210.97º26.96%45.1%-
XYZ11.2112.0517.95-
YUV96.34138.53119.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=28.19%
G=33.22%
B=38.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84991150.270.1400.55210.9715.5839.02
Hex5463731BE037d31027
Octal12414316333160673232047
Binary10101001100011111001111011111001101111101001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546373; }

 p { color: rgb(84,99,115); }

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

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

 a { background-color: rgb(84,99,115); }

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

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

 span { border-color: rgb(84,99,115); }

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