#546375

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

Shades of Shuttle Grey #546375

Tints of Shuttle Grey #546375

Color information

#546375 (or 0x546375) is unknown color: approx Shuttle Grey. HEX triplet: 54, 63 and 75. RGB value is (84,99,117). Sum of RGB (Red+Green+Blue) = 84+99+117=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #546375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546375 is #AB9C8A. Grayscale: #606060. Windows color (decimal): -11246731 or 7693140. OLE color: 7693140.

HSL color Cylindrical-coordinate representation of color #546375: hue angle of 212.73º 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 #546375 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8499117-
CMYK0.280.1500.54
HSL212.73º16.42%39.41%-
HSV(B)212.73º28.21%45.88%-
XYZ11.3312.0918.57-
YUV96.57139.53119.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 117 (46.09% from 255) = 39%
R=28%
G=33%
B=39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84991170.280.1500.54212.7316.4239.41
Hex5463751CF036d51027
Octal12414316534170663252047
Binary10101001100011111010111100111101101101101010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546375; }

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

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

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

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

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

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

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

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