#5B80A0

Color #5B80A0 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5B80A0

Tints of Air Force Blue #5B80A0

Color information

#5B80A0 (or 0x5B80A0) is unknown color: approx Air Force Blue. HEX triplet: 5B, 80 and A0. RGB value is (91,128,160). Sum of RGB (Red+Green+Blue) = 91+128+160=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 160 - color contains mainly: blue. Hex color #5B80A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B80A0 is #A47F5F. Grayscale: #787878. Windows color (decimal): -10780512 or 10518619. OLE color: 10518619.

HSL color Cylindrical-coordinate representation of color #5B80A0: hue angle of 207.83º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B80A0 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB91128160-
CMYK0.430.2000.37
HSL207.83º27.49%49.22%-
HSV(B)207.83º43.13%62.75%-
XYZ18.3820.236.19-
YUV120.58150.24106.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.01%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 160 (62.89% from 255) = 42.22%
R=24.01%
G=33.77%
B=42.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal911281600.430.2000.37207.8327.4949.22
Hex5B80A02B14025d01b31
Octal13320024053240453203361
Binary101101110000000101000001010111010001001011101000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B80A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,128,160); }

 H1.HeaderClassName
 {
   color: #5B80A0;
 }
 .AnyTagClassName
 {
   color: #5B80A0;
 }
</style>
background-color css

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

 a { background-color: rgb(91,128,160); }

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

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

 span { border-color: rgb(91,128,160); }

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