#5285AD

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

Shades of Air Force Blue #5285AD

Tints of Air Force Blue #5285AD

Color information

#5285AD (or 0x5285AD) is unknown color: approx Air Force Blue. HEX triplet: 52, 85 and AD. RGB value is (82,133,173). Sum of RGB (Red+Green+Blue) = 82+133+173=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #5285AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5285AD is #AD7A52. Grayscale: #7A7A7A. Windows color (decimal): -11369043 or 11371858. OLE color: 11371858.

HSL color Cylindrical-coordinate representation of color #5285AD: hue angle of 206.37º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5285AD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82133173-
CMYK0.530.2300.32
HSL206.37º35.69%50%-
HSV(B)206.37º52.6%67.84%-
XYZ19.4121.5942.68-
YUV122.31156.699.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=21.13%
G=34.28%
B=44.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821331730.530.2300.32206.3735.6950
Hex5285AD3517020ce2432
Octal12220525565270403164462
Binary1010010100001011010110111010110111010000011001110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5285AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5285AD; }

 p { color: rgb(82,133,173); }

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

<style>
 a { background-color: #5285AD; }

 a { background-color: rgb(82,133,173); }

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

<style>
 span { border-color: #5285AD; }

 span { border-color: rgb(82,133,173); }

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