#5B7CAA

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

Shades of Air Force Blue #5B7CAA

Tints of Air Force Blue #5B7CAA

Color information

#5B7CAA (or 0x5B7CAA) is unknown color: approx Air Force Blue. HEX triplet: 5B, 7C and AA. RGB value is (91,124,170). Sum of RGB (Red+Green+Blue) = 91+124+170=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7CAA is #A48355. Grayscale: #777777. Windows color (decimal): -10781526 or 11172955. OLE color: 11172955.

HSL color Cylindrical-coordinate representation of color #5B7CAA: hue angle of 214.94º 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 #5B7CAA is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB91124170-
CMYK0.460.2700.33
HSL214.94º31.73%51.18%-
HSV(B)214.94º46.47%66.67%-
XYZ18.7819.5440.81-
YUV119.38156.57107.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.64%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=23.64%
G=32.21%
B=44.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911241700.460.2700.33214.9431.7351.18
Hex5B7CAA2E1B021d72033
Octal13317425256330413274063
Binary101101111111001010101010111011011010000111010111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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