#578BAC

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

Shades of Air Force Blue #578BAC

Tints of Air Force Blue #578BAC

Color information

#578BAC (or 0x578BAC) is unknown color: approx Air Force Blue. HEX triplet: 57, 8B and AC. RGB value is (87,139,172). Sum of RGB (Red+Green+Blue) = 87+139+172=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #578BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578BAC is #A87453. Grayscale: #7F7F7F. Windows color (decimal): -11039828 or 11307863. OLE color: 11307863.

HSL color Cylindrical-coordinate representation of color #578BAC: hue angle of 203.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #578BAC is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87139172-
CMYK0.490.1900.33
HSL203.29º33.86%50.78%-
HSV(B)203.29º49.42%67.45%-
XYZ20.6123.4742.47-
YUV127.21153.2799.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.86%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=21.86%
G=34.92%
B=43.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871391720.490.1900.33203.2933.8650.78
Hex578BAC3113021cb2233
Octal12721325461230413134263
Binary1010111100010111010110011000110011010000111001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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