#557FA2

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

Shades of Air Force Blue #557FA2

Tints of Air Force Blue #557FA2

Color information

#557FA2 (or 0x557FA2) is unknown color: approx Air Force Blue. HEX triplet: 55, 7F and A2. RGB value is (85,127,162). Sum of RGB (Red+Green+Blue) = 85+127+162=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 162 - color contains mainly: blue. Hex color #557FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FA2 is #AA805D. Grayscale: #767676. Windows color (decimal): -11173982 or 10649429. OLE color: 10649429.

HSL color Cylindrical-coordinate representation of color #557FA2: hue angle of 207.27º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557FA2 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB85127162-
CMYK0.480.2200.36
HSL207.27º31.17%48.43%-
HSV(B)207.27º47.53%63.53%-
XYZ17.8619.7237.05-
YUV118.43152.59104.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 162 (63.67% from 255) = 43.32%
R=22.73%
G=33.96%
B=43.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851271620.480.2200.36207.2731.1748.43
Hex557FA23016024cf1f30
Octal12517724260260443173760
Binary10101011111111101000101100001011001001001100111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,127,162); }

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

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

 a { background-color: rgb(85,127,162); }

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

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

 span { border-color: rgb(85,127,162); }

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