#546376

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

Shades of Shuttle Grey #546376

Tints of Shuttle Grey #546376

Color information

#546376 (or 0x546376) is unknown color: approx Shuttle Grey. HEX triplet: 54, 63 and 76. RGB value is (84,99,118). Sum of RGB (Red+Green+Blue) = 84+99+118=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #546376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546376 is #AB9C89. Grayscale: #606060. Windows color (decimal): -11246730 or 7758676. OLE color: 7758676.

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

Color convert

RGB8499118-
CMYK0.290.1600.54
HSL213.53º16.83%39.61%-
HSV(B)213.53º28.81%46.27%-
XYZ11.3912.1218.88-
YUV96.68140.03118.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=27.91%
G=32.89%
B=39.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84991180.290.1600.54213.5316.8339.61
Hex5463761D10036d61128
Octal12414316635200663262150
Binary101010011000111110110111011000001101101101011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546376; }

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

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

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

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

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

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

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

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