#5D7FAE

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

Shades of Air Force Blue #5D7FAE

Tints of Air Force Blue #5D7FAE

Color information

#5D7FAE (or 0x5D7FAE) is unknown color: approx Air Force Blue. HEX triplet: 5D, 7F and AE. RGB value is (93,127,174). Sum of RGB (Red+Green+Blue) = 93+127+174=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D7FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7FAE is #A28051. Grayscale: #797979. Windows color (decimal): -10649682 or 11435869. OLE color: 11435869.

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

Color convert

RGB93127174-
CMYK0.470.2700.32
HSL214.81º33.33%52.35%-
HSV(B)214.81º46.55%68.24%-
XYZ19.7420.5642.97-
YUV122.19157.24107.18-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.60%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=23.60%
G=32.23%
B=44.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931271740.470.2700.32214.8133.3352.35
Hex5D7FAE2F1B020d72134
Octal13517725657330403274164
Binary101110111111111010111010111111011010000011010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,127,174); }

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

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

 a { background-color: rgb(93,127,174); }

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

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

 span { border-color: rgb(93,127,174); }

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