#578AA0

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

Shades of Air Force Blue #578AA0

Tints of Air Force Blue #578AA0

Color information

#578AA0 (or 0x578AA0) is unknown color: approx Air Force Blue. HEX triplet: 57, 8A and A0. RGB value is (87,138,160). Sum of RGB (Red+Green+Blue) = 87+138+160=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 138 (54.30% from 255 or 35.84% 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 #578AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578AA0 is #A8755F. Grayscale: #7D7D7D. Windows color (decimal): -11040096 or 10521175. OLE color: 10521175.

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

Color convert

RGB87138160-
CMYK0.460.1400.37
HSL198.08º29.55%48.43%-
HSV(B)198.08º45.63%62.75%-
XYZ19.3622.7436.63-
YUV125.26147.6100.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.60%
GREEN value IS 138 (54.30% from 255) = 35.84%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=22.60%
G=35.84%
B=41.56%

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
Decimal871381600.460.1400.37198.0829.5548.43
Hex578AA02EE025c61e30
Octal12721224056160453063660
Binary10101111000101010100000101110111001001011100011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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