#557CA7

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

Shades of Air Force Blue #557CA7

Tints of Air Force Blue #557CA7

Color information

#557CA7 (or 0x557CA7) is unknown color: approx Air Force Blue. HEX triplet: 55, 7C and A7. RGB value is (85,124,167). Sum of RGB (Red+Green+Blue) = 85+124+167=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: blue. Hex color #557CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CA7 is #AA8358. Grayscale: #757575. Windows color (decimal): -11174745 or 10976341. OLE color: 10976341.

HSL color Cylindrical-coordinate representation of color #557CA7: hue angle of 211.46º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #557CA7 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB85124167-
CMYK0.490.2600.35
HSL211.46º32.54%49.41%-
HSV(B)211.46º49.1%65.49%-
XYZ17.9319.1439.31-
YUV117.24156.08105-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 167 (65.62% from 255) = 44.41%
R=22.61%
G=32.98%
B=44.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851241670.490.2600.35211.4632.5449.41
Hex557CA7311A023d32131
Octal12517424761320433234161
Binary101010111111001010011111000111010010001111010011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557CA7; }

 p { color: rgb(85,124,167); }

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

<style>
 a { background-color: #557CA7; }

 a { background-color: rgb(85,124,167); }

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

<style>
 span { border-color: #557CA7; }

 span { border-color: rgb(85,124,167); }

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