#5A7F9E

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

Shades of Air Force Blue #5A7F9E

Tints of Air Force Blue #5A7F9E

Color information

#5A7F9E (or 0x5A7F9E) is unknown color: approx Air Force Blue. HEX triplet: 5A, 7F and 9E. RGB value is (90,127,158). Sum of RGB (Red+Green+Blue) = 90+127+158=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A7F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7F9E is #A58061. Grayscale: #777777. Windows color (decimal): -10846306 or 10387290. OLE color: 10387290.

HSL color Cylindrical-coordinate representation of color #5A7F9E: hue angle of 207.35º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A7F9E is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB90127158-
CMYK0.430.2000.38
HSL207.35º27.42%48.63%-
HSV(B)207.35º43.04%61.96%-
XYZ17.9819.8235.23-
YUV119.47149.74106.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=24%
G=33.87%
B=42.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901271580.430.2000.38207.3527.4248.63
Hex5A7F9E2B14026cf1b31
Octal13217723653240463173361
Binary10110101111111100111101010111010001001101100111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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