#5892A9

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

Shades of Air Force Blue #5892A9

Tints of Air Force Blue #5892A9

Color information

#5892A9 (or 0x5892A9) is unknown color: approx Air Force Blue. HEX triplet: 58, 92 and A9. RGB value is (88,146,169). Sum of RGB (Red+Green+Blue) = 88+146+169=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #5892A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5892A9 is #A76D56. Grayscale: #838383. Windows color (decimal): -10972503 or 11113048. OLE color: 11113048.

HSL color Cylindrical-coordinate representation of color #5892A9: hue angle of 197.04º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5892A9 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB88146169-
CMYK0.480.1400.34
HSL197.04º32.02%50.39%-
HSV(B)197.04º47.93%66.27%-
XYZ21.4625.541.33-
YUV131.28149.2897.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.84%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 169 (66.41% from 255) = 41.94%
R=21.84%
G=36.23%
B=41.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881461690.480.1400.34197.0432.0250.39
Hex5892A930E022c52032
Octal13022225160160423054062
Binary101100010010010101010011100001110010001011000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5892A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5892A9; }

 p { color: rgb(88,146,169); }

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

<style>
 a { background-color: #5892A9; }

 a { background-color: rgb(88,146,169); }

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

<style>
 span { border-color: #5892A9; }

 span { border-color: rgb(88,146,169); }

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