#557E9B

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

Shades of Air Force Blue #557E9B

Tints of Air Force Blue #557E9B

Color information

#557E9B (or 0x557E9B) is unknown color: approx Air Force Blue. HEX triplet: 55, 7E and 9B. RGB value is (85,126,155). Sum of RGB (Red+Green+Blue) = 85+126+155=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #557E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557E9B is #AA8164. Grayscale: #747474. Windows color (decimal): -11174245 or 10190421. OLE color: 10190421.

HSL color Cylindrical-coordinate representation of color #557E9B: hue angle of 204.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #557E9B is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85126155-
CMYK0.450.1900.39
HSL204.86º29.17%47.06%-
HSV(B)204.86º45.16%60.78%-
XYZ17.1219.2233.82-
YUV117.05149.42105.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=23.22%
G=34.43%
B=42.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851261550.450.1900.39204.8629.1747.06
Hex557E9B2D13027cd1d2f
Octal12517623355230473153557
Binary10101011111110100110111011011001101001111100110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,126,155); }

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

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

 a { background-color: rgb(85,126,155); }

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

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

 span { border-color: rgb(85,126,155); }

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