#5A7FA6

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

Shades of Air Force Blue #5A7FA6

Tints of Air Force Blue #5A7FA6

Color information

#5A7FA6 (or 0x5A7FA6) is unknown color: approx Air Force Blue. HEX triplet: 5A, 7F and A6. RGB value is (90,127,166). Sum of RGB (Red+Green+Blue) = 90+127+166=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 166 - color contains mainly: blue. Hex color #5A7FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7FA6 is #A58059. Grayscale: #787878. Windows color (decimal): -10846298 or 10911578. OLE color: 10911578.

HSL color Cylindrical-coordinate representation of color #5A7FA6: hue angle of 210.79º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A7FA6 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB90127166-
CMYK0.460.2300.35
HSL210.79º29.92%50.2%-
HSV(B)210.79º45.78%65.1%-
XYZ18.6920.1138.97-
YUV120.38153.74106.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.50%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 166 (65.23% from 255) = 43.34%
R=23.50%
G=33.16%
B=43.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901271660.460.2300.35210.7929.9250.2
Hex5A7FA62E17023d31e32
Octal13217724656270433233662
Binary10110101111111101001101011101011101000111101001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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