#577FAE

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

Shades of Air Force Blue #577FAE

Tints of Air Force Blue #577FAE

Color information

#577FAE (or 0x577FAE) is unknown color: approx Air Force Blue. HEX triplet: 57, 7F and AE. RGB value is (87,127,174). Sum of RGB (Red+Green+Blue) = 87+127+174=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #577FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577FAE is #A88051. Grayscale: #787878. Windows color (decimal): -11042898 or 11435863. OLE color: 11435863.

HSL color Cylindrical-coordinate representation of color #577FAE: hue angle of 212.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #577FAE is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87127174-
CMYK0.50.2700.32
HSL212.41º34.94%51.18%-
HSV(B)212.41º50%68.24%-
XYZ19.1620.2642.95-
YUV120.4158.25104.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=22.42%
G=32.73%
B=44.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871271740.50.2700.32212.4134.9451.18
Hex577FAE321B020d42333
Octal12717725662330403244363
Binary101011111111111010111011001011011010000011010100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577FAE; }

 p { color: rgb(87,127,174); }

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

<style>
 a { background-color: #577FAE; }

 a { background-color: rgb(87,127,174); }

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

<style>
 span { border-color: #577FAE; }

 span { border-color: rgb(87,127,174); }

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