#577F9F

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

Shades of Air Force Blue #577F9F

Tints of Air Force Blue #577F9F

Color information

#577F9F (or 0x577F9F) is unknown color: approx Air Force Blue. HEX triplet: 57, 7F and 9F. RGB value is (87,127,159). Sum of RGB (Red+Green+Blue) = 87+127+159=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #577F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F9F is #A88060. Grayscale: #767676. Windows color (decimal): -11042913 or 10452823. OLE color: 10452823.

HSL color Cylindrical-coordinate representation of color #577F9F: hue angle of 206.67º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #577F9F is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87127159-
CMYK0.450.2000.38
HSL206.67º29.27%48.24%-
HSV(B)206.67º45.28%62.35%-
XYZ17.7819.7135.67-
YUV118.69150.75105.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=23.32%
G=34.05%
B=42.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871271590.450.2000.38206.6729.2748.24
Hex577F9F2D14026cf1d30
Octal12717723755240463173560
Binary10101111111111100111111011011010001001101100111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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