#546472

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

Shades of Shuttle Grey #546472

Tints of Shuttle Grey #546472

Color information

#546472 (or 0x546472) is unknown color: approx Shuttle Grey. HEX triplet: 54, 64 and 72. RGB value is (84,100,114). Sum of RGB (Red+Green+Blue) = 84+100+114=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #546472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546472 is #AB9B8D. Grayscale: #606060. Windows color (decimal): -11246478 or 7496788. OLE color: 7496788.

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

Color convert

RGB84100114-
CMYK0.260.1200.55
HSL208º15.15%38.82%-
HSV(B)208º26.32%44.71%-
XYZ11.2512.2117.68-
YUV96.81137.7118.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=28.19%
G=33.56%
B=38.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal841001140.260.1200.5520815.1538.82
Hex5464721AC037d0f27
Octal12414416232140673201747
Binary1010100110010011100101101011000110111110100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546472; }

 p { color: rgb(84,100,114); }

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

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

 a { background-color: rgb(84,100,114); }

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

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

 span { border-color: rgb(84,100,114); }

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