#557E9C

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

Shades of Air Force Blue #557E9C

Tints of Air Force Blue #557E9C

Color information

#557E9C (or 0x557E9C) is unknown color: approx Air Force Blue. HEX triplet: 55, 7E and 9C. RGB value is (85,126,156). Sum of RGB (Red+Green+Blue) = 85+126+156=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #557E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557E9C is #AA8163. Grayscale: #747474. Windows color (decimal): -11174244 or 10255957. OLE color: 10255957.

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

Color convert

RGB85126156-
CMYK0.460.1900.39
HSL205.35º29.46%47.25%-
HSV(B)205.35º45.51%61.18%-
XYZ17.2119.2534.26-
YUV117.16149.92105.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=23.16%
G=34.33%
B=42.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851261560.460.1900.39205.3529.4647.25
Hex557E9C2E13027cd1d2f
Octal12517623456230473153557
Binary10101011111110100111001011101001101001111100110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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