#5889A2

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

Shades of Air Force Blue #5889A2

Tints of Air Force Blue #5889A2

Color information

#5889A2 (or 0x5889A2) is unknown color: approx Air Force Blue. HEX triplet: 58, 89 and A2. RGB value is (88,137,162). Sum of RGB (Red+Green+Blue) = 88+137+162=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #5889A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5889A2 is #A7765D. Grayscale: #7D7D7D. Windows color (decimal): -10974814 or 10651992. OLE color: 10651992.

HSL color Cylindrical-coordinate representation of color #5889A2: hue angle of 200.27º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5889A2 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB88137162-
CMYK0.460.1500.36
HSL200.27º29.6%49.02%-
HSV(B)200.27º45.68%63.53%-
XYZ19.4922.5737.51-
YUV125.2148.77101.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=22.74%
G=35.40%
B=41.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881371620.460.1500.36200.2729.649.02
Hex5889A22EF024c81e31
Octal13021124256170443103661
Binary10110001000100110100010101110111101001001100100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5889A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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