Html Css Color HEX #5A80AB Air Force Blue

📋 copy color: '#5A80AB'

red 90 ◦ green 128 ◦ blue 171

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

Shades of Air Force Blue #5A80AB

Tints of Air Force Blue #5A80AB

RGB

 RED value IS 90 (35.55% from 255) = 23.14%

 GREEN value IS 128 (50.39% from 255) = 32.9%

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 23.14%
G = 32.9%
B = 43.96%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A80AB (or 0x5A80AB) is known color: Air Force Blue. HEX triplet: 5A, 80 and AB. RGB value is (90,128,171). Sum of RGB (Red+Green+Blue) = 90+128+171=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A80AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A80AB is #A57F54. Grayscale: #797979. Windows color (decimal): -10846037 or 11239514. OLE color: 11239514.

HSL color Cylindrical-coordinate representation of color #5A80AB: hue angle of 211.85º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A80AB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 128 171 -
CMYK 0.47 0.25 0 0.33
HSL 211.85º 0.33% 0.51% -
HSV(B) 211.85º 0.47% 0.67% -
XYZ 19.29 20.55 41.48 -
YUV 121.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 90 128 171 0.47 0.25 0 0.33 211.85 0.33 0.51
Hex 5A 80 AB 2F 19 0 21 D4 21 33
Octal 132 200 253 57 31 0 41 324 41 63
Binary 1011010 10000000 10101011 101111 11001 0 100001 11010100 100001 110011

Color Harmonies of #5A80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A80AB

Black with #5A80AB

Text Example


Text Example

White with #5A80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A80AB; }

 p { color: rgb(90,128,171); }

 H1.HeaderClassName
 {
   color: #5A80AB;
 }
 .AnyTagClassName
 {
   color: #5A80AB;
 }
</style>

background-color css

<style>
 a { background-color: #5A80AB; }

 a { background-color: rgb(90,128,171); }

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

border-color css

<style>
 span { border-color: #5A80AB; }

 span { border-color: rgb(90,128,171); }

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