#5889A0

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

Shades of Air Force Blue #5889A0

Tints of Air Force Blue #5889A0

Color information

#5889A0 (or 0x5889A0) is unknown color: approx Air Force Blue. HEX triplet: 58, 89 and A0. RGB value is (88,137,160). Sum of RGB (Red+Green+Blue) = 88+137+160=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #5889A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5889A0 is #A7765F. Grayscale: #7C7C7C. Windows color (decimal): -10974816 or 10520920. OLE color: 10520920.

HSL color Cylindrical-coordinate representation of color #5889A0: hue angle of 199.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5889A0 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB88137160-
CMYK0.450.1400.37
HSL199.17º29.03%48.63%-
HSV(B)199.17º45%62.75%-
XYZ19.3222.536.58-
YUV124.97147.77101.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=22.86%
G=35.58%
B=41.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881371600.450.1400.37199.1729.0348.63
Hex5889A02DE025c71d31
Octal13021124055160453073561
Binary10110001000100110100000101101111001001011100011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5889A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5889A0; }

 p { color: rgb(88,137,160); }

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

<style>
 a { background-color: #5889A0; }

 a { background-color: rgb(88,137,160); }

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

<style>
 span { border-color: #5889A0; }

 span { border-color: rgb(88,137,160); }

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