#557C9B

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

Shades of Air Force Blue #557C9B

Tints of Air Force Blue #557C9B

Color information

#557C9B (or 0x557C9B) is unknown color: approx Air Force Blue. HEX triplet: 55, 7C and 9B. RGB value is (85,124,155). Sum of RGB (Red+Green+Blue) = 85+124+155=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #557C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C9B is #AA8364. Grayscale: #737373. Windows color (decimal): -11174757 or 10189909. OLE color: 10189909.

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

Color convert

RGB85124155-
CMYK0.450.200.39
HSL206.57º29.17%47.06%-
HSV(B)206.57º45.16%60.78%-
XYZ16.8718.7133.73-
YUV115.87150.08105.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=23.35%
G=34.07%
B=42.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851241550.450.200.39206.5729.1747.06
Hex557C9B2D14027cf1d2f
Octal12517423355240473173557
Binary10101011111100100110111011011010001001111100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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