#557C98

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

Shades of Air Force Blue #557C98

Tints of Air Force Blue #557C98

Color information

#557C98 (or 0x557C98) is unknown color: approx Air Force Blue. HEX triplet: 55, 7C and 98. RGB value is (85,124,152). Sum of RGB (Red+Green+Blue) = 85+124+152=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #557C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C98 is #AA8367. Grayscale: #737373. Windows color (decimal): -11174760 or 9993301. OLE color: 9993301.

HSL color Cylindrical-coordinate representation of color #557C98: hue angle of 205.07º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557C98 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB85124152-
CMYK0.440.1800.40
HSL205.07º28.27%46.47%-
HSV(B)205.07º44.08%59.61%-
XYZ16.6218.6132.42-
YUV115.53148.58106.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=23.55%
G=34.35%
B=42.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851241520.440.1800.40205.0728.2746.47
Hex557C982C12028cd1c2e
Octal12517423054220503153456
Binary10101011111100100110001011001001001010001100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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