#578AA1

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

Shades of Air Force Blue #578AA1

Tints of Air Force Blue #578AA1

Color information

#578AA1 (or 0x578AA1) is unknown color: approx Air Force Blue. HEX triplet: 57, 8A and A1. RGB value is (87,138,161). Sum of RGB (Red+Green+Blue) = 87+138+161=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #578AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578AA1 is #A8755E. Grayscale: #7D7D7D. Windows color (decimal): -11040095 or 10586711. OLE color: 10586711.

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

Color convert

RGB87138161-
CMYK0.460.1400.37
HSL198.65º29.84%48.63%-
HSV(B)198.65º45.96%63.14%-
XYZ19.4522.7837.09-
YUV125.37148.1100.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.54%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 161 (63.28% from 255) = 41.71%
R=22.54%
G=35.75%
B=41.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871381610.460.1400.37198.6529.8448.63
Hex578AA12EE025c71e31
Octal12721224156160453073661
Binary10101111000101010100001101110111001001011100011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578AA1; }

 p { color: rgb(87,138,161); }

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

<style>
 a { background-color: #578AA1; }

 a { background-color: rgb(87,138,161); }

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

<style>
 span { border-color: #578AA1; }

 span { border-color: rgb(87,138,161); }

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