#577F9C

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

Shades of Air Force Blue #577F9C

Tints of Air Force Blue #577F9C

Color information

#577F9C (or 0x577F9C) is unknown color: approx Air Force Blue. HEX triplet: 57, 7F and 9C. RGB value is (87,127,156). Sum of RGB (Red+Green+Blue) = 87+127+156=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #577F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F9C is #A88063. Grayscale: #767676. Windows color (decimal): -11042916 or 10256215. OLE color: 10256215.

HSL color Cylindrical-coordinate representation of color #577F9C: hue angle of 205.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #577F9C is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87127156-
CMYK0.440.1900.39
HSL205.22º28.4%47.65%-
HSV(B)205.22º44.23%61.18%-
XYZ17.5219.6134.31-
YUV118.35149.25105.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=23.51%
G=34.32%
B=42.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871271560.440.1900.39205.2228.447.65
Hex577F9C2C13027cd1c30
Octal12717723454230473153460
Binary10101111111111100111001011001001101001111100110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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