Html Css Color HEX #5A80AC Air Force Blue

📋 copy color: '#5A80AC'

red 90 ◦ green 128 ◦ blue 172

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

Shades of Air Force Blue #5A80AC

Tints of Air Force Blue #5A80AC

RGB

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

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

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

R = 23.08%
G = 32.82%
B = 44.1%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A80AC (or 0x5A80AC) is known color: Air Force Blue. HEX triplet: 5A, 80 and AC. RGB value is (90,128,172). Sum of RGB (Red+Green+Blue) = 90+128+172=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A80AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A80AC is #A57F53. Grayscale: #797979. Windows color (decimal): -10846036 or 11305050. OLE color: 11305050.

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

Color convert

RGB 90 128 172 -
CMYK 0.48 0.26 0 0.33
HSL 212.2º 0.33% 0.51% -
HSV(B) 212.2º 0.48% 0.67% -
XYZ 19.38 20.59 41.98 -
YUV 121.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 90 128 172 0.48 0.26 0 0.33 212.2 0.33 0.51
Hex 5A 80 AC 30 1A 0 21 D4 21 33
Octal 132 200 254 60 32 0 41 324 41 63
Binary 1011010 10000000 10101100 110000 11010 0 100001 11010100 100001 110011

Color Harmonies of #5A80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A80AC

Black with #5A80AC

Text Example


Text Example

White with #5A80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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