#5A7CAC

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

Shades of Air Force Blue #5A7CAC

Tints of Air Force Blue #5A7CAC

Color information

#5A7CAC (or 0x5A7CAC) is unknown color: approx Air Force Blue. HEX triplet: 5A, 7C and AC. RGB value is (90,124,172). Sum of RGB (Red+Green+Blue) = 90+124+172=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A7CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7CAC is #A58353. Grayscale: #777777. Windows color (decimal): -10847060 or 11304026. OLE color: 11304026.

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

Color convert

RGB90124172-
CMYK0.480.2800.33
HSL215.12º33.06%51.37%-
HSV(B)215.12º47.67%67.45%-
XYZ18.8719.5741.81-
YUV119.31157.74107.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.32%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=23.32%
G=32.12%
B=44.56%

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
Decimal901241720.480.2800.33215.1233.0651.37
Hex5A7CAC301C021d72133
Octal13217425460340413274163
Binary101101011111001010110011000011100010000111010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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