#577FA0

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

Shades of Air Force Blue #577FA0

Tints of Air Force Blue #577FA0

Color information

#577FA0 (or 0x577FA0) is unknown color: approx Air Force Blue. HEX triplet: 57, 7F and A0. RGB value is (87,127,160). Sum of RGB (Red+Green+Blue) = 87+127+160=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #577FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577FA0 is #A8805F. Grayscale: #767676. Windows color (decimal): -11042912 or 10518359. OLE color: 10518359.

HSL color Cylindrical-coordinate representation of color #577FA0: hue angle of 207.12º 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 #577FA0 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB87127160-
CMYK0.460.2100.37
HSL207.12º29.55%48.43%-
HSV(B)207.12º45.63%62.75%-
XYZ17.8719.7436.13-
YUV118.8151.25105.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 160 (62.89% from 255) = 42.78%
R=23.26%
G=33.96%
B=42.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871271600.460.2100.37207.1229.5548.43
Hex577FA02E15025cf1e30
Octal12717724056250453173660
Binary10101111111111101000001011101010101001011100111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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