#5488AF

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

Shades of Air Force Blue #5488AF

Tints of Air Force Blue #5488AF

Color information

#5488AF (or 0x5488AF) is unknown color: approx Air Force Blue. HEX triplet: 54, 88 and AF. RGB value is (84,136,175). Sum of RGB (Red+Green+Blue) = 84+136+175=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #5488AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5488AF is #AB7750. Grayscale: #7C7C7C. Windows color (decimal): -11237201 or 11503700. OLE color: 11503700.

HSL color Cylindrical-coordinate representation of color #5488AF: hue angle of 205.71º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5488AF is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84136175-
CMYK0.520.2200.31
HSL205.71º36.25%50.78%-
HSV(B)205.71º52%68.63%-
XYZ20.222.5943.85-
YUV124.9156.2798.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.27%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=21.27%
G=34.43%
B=44.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841361750.520.2200.31205.7136.2550.78
Hex5488AF341601Fce2433
Octal12421025764260373164463
Binary101010010001000101011111101001011001111111001110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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