#5C8A9F

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

Shades of Air Force Blue #5C8A9F

Tints of Air Force Blue #5C8A9F

Color information

#5C8A9F (or 0x5C8A9F) is unknown color: approx Air Force Blue. HEX triplet: 5C, 8A and 9F. RGB value is (92,138,159). Sum of RGB (Red+Green+Blue) = 92+138+159=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C8A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8A9F is #A37560. Grayscale: #7E7E7E. Windows color (decimal): -10712417 or 10455644. OLE color: 10455644.

HSL color Cylindrical-coordinate representation of color #5C8A9F: hue angle of 198.81º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C8A9F is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB92138159-
CMYK0.420.1300.38
HSL198.81º26.69%49.22%-
HSV(B)198.81º42.14%62.35%-
XYZ19.7622.9636.19-
YUV126.64146.26103.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.65%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=23.65%
G=35.48%
B=40.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal921381590.420.1300.38198.8126.6949.22
Hex5C8A9F2AD026c71b31
Octal13421223752150463073361
Binary10111001000101010011111101010110101001101100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,138,159); }

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

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

 a { background-color: rgb(92,138,159); }

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

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

 span { border-color: rgb(92,138,159); }

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