#5C899E

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

Shades of Air Force Blue #5C899E

Tints of Air Force Blue #5C899E

Color information

#5C899E (or 0x5C899E) is unknown color: approx Air Force Blue. HEX triplet: 5C, 89 and 9E. RGB value is (92,137,158). Sum of RGB (Red+Green+Blue) = 92+137+158=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C899E is #A37661. Grayscale: #7D7D7D. Windows color (decimal): -10712674 or 10389852. OLE color: 10389852.

HSL color Cylindrical-coordinate representation of color #5C899E: hue angle of 199.09º degrees, saturation: 0.26, 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 #5C899E is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB92137158-
CMYK0.420.1300.38
HSL199.09º26.4%49.02%-
HSV(B)199.09º41.77%61.96%-
XYZ19.5322.6435.69-
YUV125.94146.09103.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.77%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=23.77%
G=35.40%
B=40.83%

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
Decimal921371580.420.1300.38199.0926.449.02
Hex5C899E2AD026c71a31
Octal13421123652150463073261
Binary10111001000100110011110101010110101001101100011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,137,158); }

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

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

 a { background-color: rgb(92,137,158); }

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

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

 span { border-color: rgb(92,137,158); }

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