#5A7BAC

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

Shades of Air Force Blue #5A7BAC

Tints of Air Force Blue #5A7BAC

Color information

#5A7BAC (or 0x5A7BAC) is unknown color: approx Air Force Blue. HEX triplet: 5A, 7B and AC. RGB value is (90,123,172). Sum of RGB (Red+Green+Blue) = 90+123+172=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7BAC is #A58453. Grayscale: #767676. Windows color (decimal): -10847316 or 11303770. OLE color: 11303770.

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

Color convert

RGB90123172-
CMYK0.480.2800.33
HSL215.85º33.06%51.37%-
HSV(B)215.85º47.67%67.45%-
XYZ18.7519.3241.77-
YUV118.72158.07107.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.38%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=23.38%
G=31.95%
B=44.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901231720.480.2800.33215.8533.0651.37
Hex5A7BAC301C021d82133
Octal13217325460340413304163
Binary101101011110111010110011000011100010000111011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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