#557CAA

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

Shades of Air Force Blue #557CAA

Tints of Air Force Blue #557CAA

Color information

#557CAA (or 0x557CAA) is unknown color: approx Air Force Blue. HEX triplet: 55, 7C and AA. RGB value is (85,124,170). Sum of RGB (Red+Green+Blue) = 85+124+170=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #557CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CAA is #AA8355. Grayscale: #757575. Windows color (decimal): -11174742 or 11172949. OLE color: 11172949.

HSL color Cylindrical-coordinate representation of color #557CAA: hue angle of 212.47º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #557CAA is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85124170-
CMYK0.500.2700.33
HSL212.47º33.33%50%-
HSV(B)212.47º50%66.67%-
XYZ18.2119.2540.79-
YUV117.58157.58104.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=22.43%
G=32.72%
B=44.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851241700.500.2700.33212.4733.3350
Hex557CAA321B021d42132
Octal12517425262330413244162
Binary101010111111001010101011001011011010000111010100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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