#5C7FAE

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

Shades of Air Force Blue #5C7FAE

Tints of Air Force Blue #5C7FAE

Color information

#5C7FAE (or 0x5C7FAE) is unknown color: approx Air Force Blue. HEX triplet: 5C, 7F and AE. RGB value is (92,127,174). Sum of RGB (Red+Green+Blue) = 92+127+174=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C7FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7FAE is #A38051. Grayscale: #797979. Windows color (decimal): -10715218 or 11435868. OLE color: 11435868.

HSL color Cylindrical-coordinate representation of color #5C7FAE: hue angle of 214.39º degrees, saturation: 0.34, 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 #5C7FAE is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB92127174-
CMYK0.470.2700.32
HSL214.39º33.61%52.16%-
HSV(B)214.39º47.13%68.24%-
XYZ19.6420.5142.97-
YUV121.89157.4106.68-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.41%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=23.41%
G=32.32%
B=44.27%

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
Decimal921271740.470.2700.32214.3933.6152.16
Hex5C7FAE2F1B020d62234
Octal13417725657330403264264
Binary101110011111111010111010111111011010000011010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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