Html Css Color HEX #5087AA Air Force Blue

📋 copy color: '#5087AA'

red 80 ◦ green 135 ◦ blue 170

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

Shades of Air Force Blue #5087AA

Tints of Air Force Blue #5087AA

RGB

 RED value IS 80 (31.64% from 255) = 20.78%

 GREEN value IS 135 (53.13% from 255) = 35.06%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 20.78%
G = 35.06%
B = 44.16%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5087AA (or 0x5087AA) is known color: Air Force Blue. HEX triplet: 50, 87 and AA. RGB value is (80,135,170). Sum of RGB (Red+Green+Blue) = 80+135+170=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #5087AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5087AA is #AF7855. Grayscale: #7A7A7A. Windows color (decimal): -11499606 or 11175760. OLE color: 11175760.

HSL color Cylindrical-coordinate representation of color #5087AA: hue angle of 203.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5087AA is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 135 170 -
CMYK 0.53 0.21 0 0.33
HSL 203.33º 0.36% 0.49% -
HSV(B) 203.33º 0.53% 0.67% -
XYZ 19.23 21.94 41.25 -
YUV 122.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 80 135 170 0.53 0.21 0 0.33 203.33 0.36 0.49
Hex 50 87 AA 35 15 0 21 CB 24 31
Octal 120 207 252 65 25 0 41 313 44 61
Binary 1010000 10000111 10101010 110101 10101 0 100001 11001011 100100 110001

Color Harmonies of #5087AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087AA

Black with #5087AA

Text Example


Text Example

White with #5087AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5087AA; }

 p { color: rgb(80,135,170); }

 H1.HeaderClassName
 {
   color: #5087AA;
 }
 .AnyTagClassName
 {
   color: #5087AA;
 }
</style>

background-color css

<style>
 a { background-color: #5087AA; }

 a { background-color: rgb(80,135,170); }

 div.DivClassName
 {
   background-color: #5087AA;
 }
 .BgClassName
 {
   background-color: #5087AA;
 }
</style>

border-color css

<style>
 span { border-color: #5087AA; }

 span { border-color: rgb(80,135,170); }

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