#5988AD

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

Shades of Air Force Blue #5988AD

Tints of Air Force Blue #5988AD

Color information

#5988AD (or 0x5988AD) is unknown color: approx Air Force Blue. HEX triplet: 59, 88 and AD. RGB value is (89,136,173). Sum of RGB (Red+Green+Blue) = 89+136+173=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #5988AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5988AD is #A67752. Grayscale: #7D7D7D. Windows color (decimal): -10909523 or 11372633. OLE color: 11372633.

HSL color Cylindrical-coordinate representation of color #5988AD: hue angle of 206.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5988AD is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89136173-
CMYK0.490.2100.32
HSL206.43º33.87%51.37%-
HSV(B)206.43º48.55%67.84%-
XYZ20.4722.7542.85-
YUV126.16154.43101.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.36%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=22.36%
G=34.17%
B=43.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891361730.490.2100.32206.4333.8751.37
Hex5988AD3115020ce2233
Octal13121025561250403164263
Binary1011001100010001010110111000110101010000011001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5988AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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