#557C9F

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

Shades of Air Force Blue #557C9F

Tints of Air Force Blue #557C9F

Color information

#557C9F (or 0x557C9F) is unknown color: approx Air Force Blue. HEX triplet: 55, 7C and 9F. RGB value is (85,124,159). Sum of RGB (Red+Green+Blue) = 85+124+159=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #557C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C9F is #AA8360. Grayscale: #747474. Windows color (decimal): -11174753 or 10452053. OLE color: 10452053.

HSL color Cylindrical-coordinate representation of color #557C9F: hue angle of 208.38º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #557C9F is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85124159-
CMYK0.470.2200.38
HSL208.38º30.33%47.84%-
HSV(B)208.38º46.54%62.35%-
XYZ17.2118.8535.53-
YUV116.33152.08105.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=23.10%
G=33.70%
B=43.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851241590.470.2200.38208.3830.3347.84
Hex557C9F2F16026d01e30
Octal12517423757260463203660
Binary10101011111100100111111011111011001001101101000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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