#5B7BAA

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

Shades of Air Force Blue #5B7BAA

Tints of Air Force Blue #5B7BAA

Color information

#5B7BAA (or 0x5B7BAA) is unknown color: approx Air Force Blue. HEX triplet: 5B, 7B and AA. RGB value is (91,123,170). Sum of RGB (Red+Green+Blue) = 91+123+170=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7BAA is #A48455. Grayscale: #767676. Windows color (decimal): -10781782 or 11172699. OLE color: 11172699.

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

Color convert

RGB91123170-
CMYK0.460.2800.33
HSL215.7º31.73%51.18%-
HSV(B)215.7º46.47%66.67%-
XYZ18.6519.2940.77-
YUV118.79156.9108.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=23.70%
G=32.03%
B=44.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911231700.460.2800.33215.731.7351.18
Hex5B7BAA2E1C021d82033
Octal13317325256340413304063
Binary101101111110111010101010111011100010000111011000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,123,170); }

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

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

 a { background-color: rgb(91,123,170); }

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

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

 span { border-color: rgb(91,123,170); }

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