#5A7FAC

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

Shades of Air Force Blue #5A7FAC

Tints of Air Force Blue #5A7FAC

Color information

#5A7FAC (or 0x5A7FAC) is unknown color: approx Air Force Blue. HEX triplet: 5A, 7F and AC. RGB value is (90,127,172). Sum of RGB (Red+Green+Blue) = 90+127+172=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7FAC is #A58053. Grayscale: #787878. Windows color (decimal): -10846292 or 11304794. OLE color: 11304794.

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

Color convert

RGB90127172-
CMYK0.480.2600.33
HSL212.93º33.06%51.37%-
HSV(B)212.93º47.67%67.45%-
XYZ19.2520.3341.94-
YUV121.07156.74105.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.14%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=23.14%
G=32.65%
B=44.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901271720.480.2600.33212.9333.0651.37
Hex5A7FAC301A021d52133
Octal13217725460320413254163
Binary101101011111111010110011000011010010000111010101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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