#547F9C

Color #547F9C Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #547F9C

Tints of Air Force Blue #547F9C

Color information

#547F9C (or 0x547F9C) is unknown color: approx Air Force Blue. HEX triplet: 54, 7F and 9C. RGB value is (84,127,156). Sum of RGB (Red+Green+Blue) = 84+127+156=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #547F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547F9C is #AB8063. Grayscale: #757575. Windows color (decimal): -11239524 or 10256212. OLE color: 10256212.

HSL color Cylindrical-coordinate representation of color #547F9C: hue angle of 204.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #547F9C is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84127156-
CMYK0.460.1900.39
HSL204.17º30%47.06%-
HSV(B)204.17º46.15%61.18%-
XYZ17.2519.4634.3-
YUV117.45149.75104.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=22.89%
G=34.60%
B=42.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841271560.460.1900.39204.173047.06
Hex547F9C2E13027cc1e2f
Octal12417723456230473143657
Binary10101001111111100111001011101001101001111100110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547F9C; }

 p { color: rgb(84,127,156); }

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

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

 a { background-color: rgb(84,127,156); }

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

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

 span { border-color: rgb(84,127,156); }

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