#546070

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

Shades of Shuttle Grey #546070

Tints of Shuttle Grey #546070

Color information

#546070 (or 0x546070) is unknown color: approx Shuttle Grey. HEX triplet: 54, 60 and 70. RGB value is (84,96,112). Sum of RGB (Red+Green+Blue) = 84+96+112=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #546070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546070 is #AB9F8F. Grayscale: #5E5E5E. Windows color (decimal): -11247504 or 7364692. OLE color: 7364692.

HSL color Cylindrical-coordinate representation of color #546070: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #546070 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8496112-
CMYK0.250.1400.56
HSL214.29º14.29%38.43%-
HSV(B)214.29º25%43.92%-
XYZ10.7611.4216.97-
YUV94.24138.02120.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=28.77%
G=32.88%
B=38.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84961120.250.1400.56214.2914.2938.43
Hex54607019E038d6e26
Octal12414016031160703261646
Binary1010100110000011100001100111100111000110101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546070; }

 p { color: rgb(84,96,112); }

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

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

 a { background-color: rgb(84,96,112); }

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

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

 span { border-color: rgb(84,96,112); }

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