#5C8EAB

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

Shades of Air Force Blue #5C8EAB

Tints of Air Force Blue #5C8EAB

Color information

#5C8EAB (or 0x5C8EAB) is unknown color: approx Air Force Blue. HEX triplet: 5C, 8E and AB. RGB value is (92,142,171). Sum of RGB (Red+Green+Blue) = 92+142+171=405 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.72% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C8EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8EAB is #A37154. Grayscale: #828282. Windows color (decimal): -10711381 or 11243100. OLE color: 11243100.

HSL color Cylindrical-coordinate representation of color #5C8EAB: hue angle of 202.03º 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 #5C8EAB is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB92142171-
CMYK0.460.1700.33
HSL202.03º31.98%51.57%-
HSV(B)202.03º46.2%67.06%-
XYZ21.4424.5642.14-
YUV130.36150.94100.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.72%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=22.72%
G=35.06%
B=42.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921421710.460.1700.33202.0331.9851.57
Hex5C8EAB2E11021ca2034
Octal13421625356210413124064
Binary1011100100011101010101110111010001010000111001010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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