#577BA1

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

Shades of Air Force Blue #577BA1

Tints of Air Force Blue #577BA1

Color information

#577BA1 (or 0x577BA1) is unknown color: approx Air Force Blue. HEX triplet: 57, 7B and A1. RGB value is (87,123,161). Sum of RGB (Red+Green+Blue) = 87+123+161=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #577BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577BA1 is #A8845E. Grayscale: #747474. Windows color (decimal): -11043935 or 10582871. OLE color: 10582871.

HSL color Cylindrical-coordinate representation of color #577BA1: hue angle of 210.81º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #577BA1 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB87123161-
CMYK0.460.2400.37
HSL210.81º29.84%48.63%-
HSV(B)210.81º45.96%63.14%-
XYZ17.4518.7736.42-
YUV116.57153.07106.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 161 (63.28% from 255) = 43.40%
R=23.45%
G=33.15%
B=43.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871231610.460.2400.37210.8129.8448.63
Hex577BA12E18025d31e31
Octal12717324156300453233661
Binary10101111111011101000011011101100001001011101001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,123,161); }

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

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

 a { background-color: rgb(87,123,161); }

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

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

 span { border-color: rgb(87,123,161); }

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