#578BAF

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

Shades of Air Force Blue #578BAF

Tints of Air Force Blue #578BAF

Color information

#578BAF (or 0x578BAF) is unknown color: approx Air Force Blue. HEX triplet: 57, 8B and AF. RGB value is (87,139,175). Sum of RGB (Red+Green+Blue) = 87+139+175=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #578BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578BAF is #A87450. Grayscale: #7F7F7F. Windows color (decimal): -11039825 or 11504471. OLE color: 11504471.

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

Color convert

RGB87139175-
CMYK0.500.2100.31
HSL204.55º35.48%51.37%-
HSV(B)204.55º50.29%68.63%-
XYZ20.923.5944.01-
YUV127.56154.7799.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.70%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=21.70%
G=34.66%
B=43.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871391750.500.2100.31204.5535.4851.37
Hex578BAF321501Fcd2333
Octal12721325762250373154363
Binary101011110001011101011111100101010101111111001101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,139,175); }

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

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

 a { background-color: rgb(87,139,175); }

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

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

 span { border-color: rgb(87,139,175); }

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