#5280A6

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

Shades of Air Force Blue #5280A6

Tints of Air Force Blue #5280A6

Color information

#5280A6 (or 0x5280A6) is unknown color: approx Air Force Blue. HEX triplet: 52, 80 and A6. RGB value is (82,128,166). Sum of RGB (Red+Green+Blue) = 82+128+166=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #5280A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5280A6 is #AD7F59. Grayscale: #767676. Windows color (decimal): -11370330 or 10911826. OLE color: 10911826.

HSL color Cylindrical-coordinate representation of color #5280A6: hue angle of 207.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5280A6 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB82128166-
CMYK0.510.2300.35
HSL207.14º33.87%48.63%-
HSV(B)207.14º50.6%65.1%-
XYZ18.0819.9938.98-
YUV118.58154.76101.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 166 (65.23% from 255) = 44.15%
R=21.81%
G=34.04%
B=44.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821281660.510.2300.35207.1433.8748.63
Hex5280A63317023cf2231
Octal12220024663270433174261
Binary1010010100000001010011011001110111010001111001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5280A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5280A6; }

 p { color: rgb(82,128,166); }

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

<style>
 a { background-color: #5280A6; }

 a { background-color: rgb(82,128,166); }

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

<style>
 span { border-color: #5280A6; }

 span { border-color: rgb(82,128,166); }

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