#5984A7

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

Shades of Air Force Blue #5984A7

Tints of Air Force Blue #5984A7

Color information

#5984A7 (or 0x5984A7) is unknown color: approx Air Force Blue. HEX triplet: 59, 84 and A7. RGB value is (89,132,167). Sum of RGB (Red+Green+Blue) = 89+132+167=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 167 - color contains mainly: blue. Hex color #5984A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5984A7 is #A67B58. Grayscale: #7A7A7A. Windows color (decimal): -10910553 or 10978393. OLE color: 10978393.

HSL color Cylindrical-coordinate representation of color #5984A7: hue angle of 206.92º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5984A7 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB89132167-
CMYK0.470.2100.35
HSL206.92º30.71%50.2%-
HSV(B)206.92º46.71%65.49%-
XYZ19.3521.4239.67-
YUV123.13152.75103.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.94%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 167 (65.62% from 255) = 43.04%
R=22.94%
G=34.02%
B=43.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891321670.470.2100.35206.9230.7150.2
Hex5984A72F15023cf1f32
Octal13120424757250433173762
Binary101100110000100101001111011111010101000111100111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5984A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5984A7; }

 p { color: rgb(89,132,167); }

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

<style>
 a { background-color: #5984A7; }

 a { background-color: rgb(89,132,167); }

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

<style>
 span { border-color: #5984A7; }

 span { border-color: rgb(89,132,167); }

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