#5D7DA9

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

Shades of Air Force Blue #5D7DA9

Tints of Air Force Blue #5D7DA9

Color information

#5D7DA9 (or 0x5D7DA9) is unknown color: approx Air Force Blue. HEX triplet: 5D, 7D and A9. RGB value is (93,125,169). Sum of RGB (Red+Green+Blue) = 93+125+169=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 169 - color contains mainly: blue. Hex color #5D7DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7DA9 is #A28256. Grayscale: #787878. Windows color (decimal): -10650199 or 11107677. OLE color: 11107677.

HSL color Cylindrical-coordinate representation of color #5D7DA9: hue angle of 214.74º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D7DA9 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB93125169-
CMYK0.450.2600.34
HSL214.74º30.65%51.37%-
HSV(B)214.74º44.97%66.27%-
XYZ19.0119.8640.37-
YUV120.45155.4108.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.03%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 169 (66.41% from 255) = 43.67%
R=24.03%
G=32.30%
B=43.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal931251690.450.2600.34214.7430.6551.37
Hex5D7DA92D1A022d71f33
Octal13517525155320423273763
Binary10111011111101101010011011011101001000101101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,125,169); }

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

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

 a { background-color: rgb(93,125,169); }

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

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

 span { border-color: rgb(93,125,169); }

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