#5988AC

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

Shades of Air Force Blue #5988AC

Tints of Air Force Blue #5988AC

Color information

#5988AC (or 0x5988AC) is unknown color: approx Air Force Blue. HEX triplet: 59, 88 and AC. RGB value is (89,136,172). Sum of RGB (Red+Green+Blue) = 89+136+172=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #5988AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5988AC is #A67753. Grayscale: #7D7D7D. Windows color (decimal): -10909524 or 11307097. OLE color: 11307097.

HSL color Cylindrical-coordinate representation of color #5988AC: hue angle of 206.02º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5988AC is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89136172-
CMYK0.480.2100.33
HSL206.02º33.33%51.18%-
HSV(B)206.02º48.26%67.45%-
XYZ20.3722.7142.34-
YUV126.05153.93101.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.42%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=22.42%
G=34.26%
B=43.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891361720.480.2100.33206.0233.3351.18
Hex5988AC3015021ce2133
Octal13121025460250413164163
Binary1011001100010001010110011000010101010000111001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5988AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5988AC; }

 p { color: rgb(89,136,172); }

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

<style>
 a { background-color: #5988AC; }

 a { background-color: rgb(89,136,172); }

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

<style>
 span { border-color: #5988AC; }

 span { border-color: rgb(89,136,172); }

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