Html Css Color HEX #5089AC Air Force Blue

📋 copy color: '#5089AC'

red 80 ◦ green 137 ◦ blue 172

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

Shades of Air Force Blue #5089AC

Tints of Air Force Blue #5089AC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.22%

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

R = 20.57%
G = 35.22%
B = 44.22%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5089AC (or 0x5089AC) is known color: Air Force Blue. HEX triplet: 50, 89 and AC. RGB value is (80,137,172). Sum of RGB (Red+Green+Blue) = 80+137+172=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #5089AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5089AC is #AF7653. Grayscale: #7B7B7B. Windows color (decimal): -11499092 or 11307344. OLE color: 11307344.

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

Color convert

RGB 80 137 172 -
CMYK 0.53 0.20 0 0.33
HSL 202.83º 0.37% 0.49% -
HSV(B) 202.83º 0.53% 0.67% -
XYZ 19.7 22.58 42.35 -
YUV 123.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 80 137 172 0.53 0.20 0 0.33 202.83 0.37 0.49
Hex 50 89 AC 35 14 0 21 CB 25 31
Octal 120 211 254 65 24 0 41 313 45 61
Binary 1010000 10001001 10101100 110101 10100 0 100001 11001011 100101 110001

Color Harmonies of #5089AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5089AC

Black with #5089AC

Text Example


Text Example

White with #5089AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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