Html Css Color HEX #5087AC Air Force Blue

📋 copy color: '#5087AC'

red 80 ◦ green 135 ◦ blue 172

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

Shades of Air Force Blue #5087AC

Tints of Air Force Blue #5087AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 20.67%
G = 34.88%
B = 44.44%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5087AC (or 0x5087AC) is known color: Air Force Blue. HEX triplet: 50, 87 and AC. RGB value is (80,135,172). Sum of RGB (Red+Green+Blue) = 80+135+172=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #5087AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5087AC is #AF7853. Grayscale: #7A7A7A. Windows color (decimal): -11499604 or 11306832. OLE color: 11306832.

HSL color Cylindrical-coordinate representation of color #5087AC: hue angle of 204.13º degrees, saturation: 0.37, 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 #5087AC is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 135 172 -
CMYK 0.53 0.22 0 0.33
HSL 204.13º 0.37% 0.49% -
HSV(B) 204.13º 0.53% 0.67% -
XYZ 19.42 22.01 42.26 -
YUV 122.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 80 135 172 0.53 0.22 0 0.33 204.13 0.37 0.49
Hex 50 87 AC 35 16 0 21 CC 25 31
Octal 120 207 254 65 26 0 41 314 45 61
Binary 1010000 10000111 10101100 110101 10110 0 100001 11001100 100101 110001

Color Harmonies of #5087AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087AC

Black with #5087AC

Text Example


Text Example

White with #5087AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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