#5C7EAB

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

Shades of Air Force Blue #5C7EAB

Tints of Air Force Blue #5C7EAB

Color information

#5C7EAB (or 0x5C7EAB) is unknown color: approx Air Force Blue. HEX triplet: 5C, 7E and AB. RGB value is (92,126,171). Sum of RGB (Red+Green+Blue) = 92+126+171=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C7EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7EAB is #A38154. Grayscale: #787878. Windows color (decimal): -10715477 or 11239004. OLE color: 11239004.

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

Color convert

RGB92126171-
CMYK0.460.2600.33
HSL214.18º31.98%51.57%-
HSV(B)214.18º46.2%67.06%-
XYZ19.2320.1441.4-
YUV120.96156.24107.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.65%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=23.65%
G=32.39%
B=43.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921261710.460.2600.33214.1831.9851.57
Hex5C7EAB2E1A021d62034
Octal13417625356320413264064
Binary101110011111101010101110111011010010000111010110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,126,171); }

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

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

 a { background-color: rgb(92,126,171); }

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

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

 span { border-color: rgb(92,126,171); }

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