#578FAF

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

Shades of Air Force Blue #578FAF

Tints of Air Force Blue #578FAF

Color information

#578FAF (or 0x578FAF) is unknown color: approx Air Force Blue. HEX triplet: 57, 8F and AF. RGB value is (87,143,175). Sum of RGB (Red+Green+Blue) = 87+143+175=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #578FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578FAF is #A87050. Grayscale: #818181. Windows color (decimal): -11038801 or 11505495. OLE color: 11505495.

HSL color Cylindrical-coordinate representation of color #578FAF: hue angle of 201.82º 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 #578FAF is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB87143175-
CMYK0.500.1800.31
HSL201.82º35.48%51.37%-
HSV(B)201.82º50.29%68.63%-
XYZ21.4924.7744.21-
YUV129.9153.4597.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.48%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=21.48%
G=35.31%
B=43.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871431750.500.1800.31201.8235.4851.37
Hex578FAF321201Fca2333
Octal12721725762220373124363
Binary101011110001111101011111100101001001111111001010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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