#5A7EAE

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

Shades of Air Force Blue #5A7EAE

Tints of Air Force Blue #5A7EAE

Color information

#5A7EAE (or 0x5A7EAE) is unknown color: approx Air Force Blue. HEX triplet: 5A, 7E and AE. RGB value is (90,126,174). Sum of RGB (Red+Green+Blue) = 90+126+174=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A7EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7EAE is #A58151. Grayscale: #787878. Windows color (decimal): -10846546 or 11435610. OLE color: 11435610.

HSL color Cylindrical-coordinate representation of color #5A7EAE: hue angle of 214.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A7EAE is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB90126174-
CMYK0.480.2800.32
HSL214.29º34.15%51.76%-
HSV(B)214.29º48.28%68.24%-
XYZ19.3220.1542.92-
YUV120.71158.07106.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.08%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=23.08%
G=32.31%
B=44.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901261740.480.2800.32214.2934.1551.76
Hex5A7EAE301C020d62234
Octal13217625660340403264264
Binary101101011111101010111011000011100010000011010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,126,174); }

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

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

 a { background-color: rgb(90,126,174); }

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

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

 span { border-color: rgb(90,126,174); }

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