#546470

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

Shades of Shuttle Grey #546470

Tints of Shuttle Grey #546470

Color information

#546470 (or 0x546470) is unknown color: approx Shuttle Grey. HEX triplet: 54, 64 and 70. RGB value is (84,100,112). Sum of RGB (Red+Green+Blue) = 84+100+112=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #546470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546470 is #AB9B8F. Grayscale: #606060. Windows color (decimal): -11246480 or 7365716. OLE color: 7365716.

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

Color convert

RGB84100112-
CMYK0.250.1100.56
HSL205.71º14.29%38.43%-
HSV(B)205.71º25%43.92%-
XYZ11.1412.1717.09-
YUV96.58136.7119.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.38%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=28.38%
G=33.78%
B=37.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal841001120.250.1100.56205.7114.2938.43
Hex54647019B038cee26
Octal12414416031130703161646
Binary1010100110010011100001100110110111000110011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546470; }

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

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

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

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

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

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

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

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