#5A7DA0

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

Shades of Air Force Blue #5A7DA0

Tints of Air Force Blue #5A7DA0

Color information

#5A7DA0 (or 0x5A7DA0) is unknown color: approx Air Force Blue. HEX triplet: 5A, 7D and A0. RGB value is (90,125,160). Sum of RGB (Red+Green+Blue) = 90+125+160=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 160 - color contains mainly: blue. Hex color #5A7DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7DA0 is #A5825F. Grayscale: #767676. Windows color (decimal): -10846816 or 10517850. OLE color: 10517850.

HSL color Cylindrical-coordinate representation of color #5A7DA0: hue angle of 210º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A7DA0 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB90125160-
CMYK0.440.2200.37
HSL210º28%49.02%-
HSV(B)210º43.75%62.75%-
XYZ17.919.3836.06-
YUV118.52151.4107.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 42.67%
R=24%
G=33.33%
B=42.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal901251600.440.2200.372102849.02
Hex5A7DA02C16025d21c31
Octal13217524054260453223461
Binary10110101111101101000001011001011001001011101001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,125,160); }

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

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

 a { background-color: rgb(90,125,160); }

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

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

 span { border-color: rgb(90,125,160); }

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