#546575

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

Shades of Shuttle Grey #546575

Tints of Shuttle Grey #546575

Color information

#546575 (or 0x546575) is unknown color: approx Shuttle Grey. HEX triplet: 54, 65 and 75. RGB value is (84,101,117). Sum of RGB (Red+Green+Blue) = 84+101+117=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #546575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546575 is #AB9A8A. Grayscale: #616161. Windows color (decimal): -11246219 or 7693652. OLE color: 7693652.

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

Color convert

RGB84101117-
CMYK0.280.1400.54
HSL209.09º16.42%39.41%-
HSV(B)209.09º28.21%45.88%-
XYZ11.5212.4818.63-
YUV97.74138.87118.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.81%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=27.81%
G=33.44%
B=38.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841011170.280.1400.54209.0916.4239.41
Hex5465751CE036d11027
Octal12414516534160663212047
Binary10101001100101111010111100111001101101101000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546575; }

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

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

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

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

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

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

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

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