#546274

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

Shades of Shuttle Grey #546274

Tints of Shuttle Grey #546274

Color information

#546274 (or 0x546274) is unknown color: approx Shuttle Grey. HEX triplet: 54, 62 and 74. RGB value is (84,98,116). Sum of RGB (Red+Green+Blue) = 84+98+116=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #546274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546274 is #AB9D8B. Grayscale: #5F5F5F. Windows color (decimal): -11246988 or 7627348. OLE color: 7627348.

HSL color Cylindrical-coordinate representation of color #546274: hue angle of 213.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #546274 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8498116-
CMYK0.280.1600.55
HSL213.75º16%39.22%-
HSV(B)213.75º27.59%45.49%-
XYZ11.1811.8818.23-
YUV95.87139.36119.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=28.19%
G=32.89%
B=38.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84981160.280.1600.55213.751639.22
Hex5462741C10037d61027
Octal12414216434200673262047
Binary101010011000101110100111001000001101111101011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546274; }

 p { color: rgb(84,98,116); }

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

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

 a { background-color: rgb(84,98,116); }

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

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

 span { border-color: rgb(84,98,116); }

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