#577BA5

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

Shades of Air Force Blue #577BA5

Tints of Air Force Blue #577BA5

Color information

#577BA5 (or 0x577BA5) is unknown color: approx Air Force Blue. HEX triplet: 57, 7B and A5. RGB value is (87,123,165). Sum of RGB (Red+Green+Blue) = 87+123+165=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #577BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577BA5 is #A8845A. Grayscale: #747474. Windows color (decimal): -11043931 or 10845015. OLE color: 10845015.

HSL color Cylindrical-coordinate representation of color #577BA5: hue angle of 212.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #577BA5 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB87123165-
CMYK0.470.2500.35
HSL212.31º30.95%49.41%-
HSV(B)212.31º47.27%64.71%-
XYZ17.818.9138.31-
YUV117.02155.07106.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 165 (64.84% from 255) = 44%
R=23.2%
G=32.8%
B=44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal871231650.470.2500.35212.3130.9549.41
Hex577BA52F19023d41f31
Octal12717324557310433243761
Binary10101111111011101001011011111100101000111101010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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