#546370

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

Shades of Shuttle Grey #546370

Tints of Shuttle Grey #546370

Color information

#546370 (or 0x546370) is unknown color: approx Shuttle Grey. HEX triplet: 54, 63 and 70. RGB value is (84,99,112). Sum of RGB (Red+Green+Blue) = 84+99+112=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #546370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546370 is #AB9C8F. Grayscale: #5F5F5F. Windows color (decimal): -11246736 or 7365460. OLE color: 7365460.

HSL color Cylindrical-coordinate representation of color #546370: hue angle of 207.86º 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 #546370 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8499112-
CMYK0.250.1200.56
HSL207.86º14.29%38.43%-
HSV(B)207.86º25%43.92%-
XYZ11.0411.9817.06-
YUV96137.03119.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=28.47%
G=33.56%
B=37.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84991120.250.1200.56207.8614.2938.43
Hex54637019C038d0e26
Octal12414316031140703201646
Binary1010100110001111100001100111000111000110100001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546370; }

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

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

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

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

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

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

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

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