#5488AB

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

Shades of Air Force Blue #5488AB

Tints of Air Force Blue #5488AB

Color information

#5488AB (or 0x5488AB) is unknown color: approx Air Force Blue. HEX triplet: 54, 88 and AB. RGB value is (84,136,171). Sum of RGB (Red+Green+Blue) = 84+136+171=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #5488AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5488AB is #AB7754. Grayscale: #7C7C7C. Windows color (decimal): -11237205 or 11241556. OLE color: 11241556.

HSL color Cylindrical-coordinate representation of color #5488AB: hue angle of 204.14º 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 #5488AB is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84136171-
CMYK0.510.2000.33
HSL204.14º34.12%50%-
HSV(B)204.14º50.88%67.06%-
XYZ19.8122.4341.81-
YUV124.44154.2799.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=21.48%
G=34.78%
B=43.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841361710.510.2000.33204.1434.1250
Hex5488AB3314021cc2232
Octal12421025363240413144262
Binary1010100100010001010101111001110100010000111001100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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