#557F9B

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

Shades of Air Force Blue #557F9B

Tints of Air Force Blue #557F9B

Color information

#557F9B (or 0x557F9B) is unknown color: approx Air Force Blue. HEX triplet: 55, 7F and 9B. RGB value is (85,127,155). Sum of RGB (Red+Green+Blue) = 85+127+155=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #557F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F9B is #AA8064. Grayscale: #757575. Windows color (decimal): -11173989 or 10190677. OLE color: 10190677.

HSL color Cylindrical-coordinate representation of color #557F9B: hue angle of 204º 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 #557F9B is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85127155-
CMYK0.450.1800.39
HSL204º29.17%47.06%-
HSV(B)204º45.16%60.78%-
XYZ17.2519.4833.86-
YUV117.63149.09104.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=23.16%
G=34.60%
B=42.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851271550.450.1800.3920429.1747.06
Hex557F9B2D12027cc1d2f
Octal12517723355220473143557
Binary10101011111111100110111011011001001001111100110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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