Html Css Color HEX #5280A6 Air Force Blue

📋 copy color: '#5280A6'

red 82 ◦ green 128 ◦ blue 166

#5280A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #5280A6

Tints of Air Force Blue #5280A6

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 value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5280A6 (or 0x5280A6) is known color: 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

RGB 82 128 166 -
CMYK 0.51 0.23 0 0.35
HSL 207.14º 0.34% 0.49% -
HSV(B) 207.14º 0.51% 0.65% -
XYZ 18.08 19.99 38.98 -
YUV 118.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 82 128 166 0.51 0.23 0 0.35 207.14 0.34 0.49
Hex 52 80 A6 33 17 0 23 CF 22 31
Octal 122 200 246 63 27 0 43 317 42 61
Binary 1010010 10000000 10100110 110011 10111 0 100011 11001111 100010 110001

Color Harmonies of #5280A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280A6

Black with #5280A6

Text Example


Text Example

White with #5280A6

Text Example


Text Example

HTML Codes & Css Web 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>