#5C8EAC

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

Shades of Air Force Blue #5C8EAC

Tints of Air Force Blue #5C8EAC

Color information

#5C8EAC (or 0x5C8EAC) is unknown color: approx Air Force Blue. HEX triplet: 5C, 8E and AC. RGB value is (92,142,172). Sum of RGB (Red+Green+Blue) = 92+142+172=406 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.66% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C8EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8EAC is #A37153. Grayscale: #828282. Windows color (decimal): -10711380 or 11308636. OLE color: 11308636.

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

Color convert

RGB92142172-
CMYK0.470.1700.33
HSL202.5º32.52%51.76%-
HSV(B)202.5º46.51%67.45%-
XYZ21.5324.642.64-
YUV130.47151.44100.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.66%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=22.66%
G=34.98%
B=42.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921421720.470.1700.33202.532.5251.76
Hex5C8EAC2F11021ca2134
Octal13421625457210413124164
Binary1011100100011101010110010111110001010000111001010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,142,172); }

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

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

 a { background-color: rgb(92,142,172); }

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

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

 span { border-color: rgb(92,142,172); }

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