#5289AC

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

Shades of Air Force Blue #5289AC

Tints of Air Force Blue #5289AC

Color information

#5289AC (or 0x5289AC) is unknown color: approx Air Force Blue. HEX triplet: 52, 89 and AC. RGB value is (82,137,172). Sum of RGB (Red+Green+Blue) = 82+137+172=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #5289AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5289AC is #AD7653. Grayscale: #7C7C7C. Windows color (decimal): -11368020 or 11307346. OLE color: 11307346.

HSL color Cylindrical-coordinate representation of color #5289AC: hue angle of 203.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5289AC is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82137172-
CMYK0.520.2000.33
HSL203.33º35.43%49.8%-
HSV(B)203.33º52.33%67.45%-
XYZ19.8722.6642.36-
YUV124.54154.7897.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.97%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=20.97%
G=35.04%
B=43.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821371720.520.2000.33203.3335.4349.8
Hex5289AC3414021cb2332
Octal12221125464240413134362
Binary1010010100010011010110011010010100010000111001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5289AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5289AC; }

 p { color: rgb(82,137,172); }

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

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

 a { background-color: rgb(82,137,172); }

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

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

 span { border-color: rgb(82,137,172); }

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