#5484AB

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

Shades of Air Force Blue #5484AB

Tints of Air Force Blue #5484AB

Color information

#5484AB (or 0x5484AB) is unknown color: approx Air Force Blue. HEX triplet: 54, 84 and AB. RGB value is (84,132,171). Sum of RGB (Red+Green+Blue) = 84+132+171=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #5484AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5484AB is #AB7B54. Grayscale: #797979. Windows color (decimal): -11238229 or 11240532. OLE color: 11240532.

HSL color Cylindrical-coordinate representation of color #5484AB: hue angle of 206.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5484AB is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84132171-
CMYK0.510.2300.33
HSL206.9º34.12%50%-
HSV(B)206.9º50.88%67.06%-
XYZ19.2621.3341.63-
YUV122.09155.6100.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=21.71%
G=34.11%
B=44.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841321710.510.2300.33206.934.1250
Hex5484AB3317021cf2232
Octal12420425363270413174262
Binary1010100100001001010101111001110111010000111001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5484AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5484AB; }

 p { color: rgb(84,132,171); }

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

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

 a { background-color: rgb(84,132,171); }

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

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

 span { border-color: rgb(84,132,171); }

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