#5889AF

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

Shades of Air Force Blue #5889AF

Tints of Air Force Blue #5889AF

Color information

#5889AF (or 0x5889AF) is unknown color: approx Air Force Blue. HEX triplet: 58, 89 and AF. RGB value is (88,137,175). Sum of RGB (Red+Green+Blue) = 88+137+175=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #5889AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5889AF is #A77650. Grayscale: #7E7E7E. Windows color (decimal): -10974801 or 11503960. OLE color: 11503960.

HSL color Cylindrical-coordinate representation of color #5889AF: hue angle of 206.21º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5889AF is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88137175-
CMYK0.500.2200.31
HSL206.21º35.22%51.57%-
HSV(B)206.21º49.71%68.63%-
XYZ20.7123.0643.92-
YUV126.68155.27100.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=22%
G=34.25%
B=43.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881371750.500.2200.31206.2135.2251.57
Hex5889AF321601Fce2334
Octal13021125762260373164364
Binary101100010001001101011111100101011001111111001110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5889AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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