#55889F

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

Shades of Air Force Blue #55889F

Tints of Air Force Blue #55889F

Color information

#55889F (or 0x55889F) is unknown color: approx Air Force Blue. HEX triplet: 55, 88 and 9F. RGB value is (85,136,159). Sum of RGB (Red+Green+Blue) = 85+136+159=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #55889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55889F is #AA7760. Grayscale: #7B7B7B. Windows color (decimal): -11171681 or 10455125. OLE color: 10455125.

HSL color Cylindrical-coordinate representation of color #55889F: hue angle of 198.65º 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 #55889F is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85136159-
CMYK0.470.1400.38
HSL198.65º30.33%47.84%-
HSV(B)198.65º46.54%62.35%-
XYZ18.8122.0436.06-
YUV123.37148.1100.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=22.37%
G=35.79%
B=41.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851361590.470.1400.38198.6530.3347.84
Hex55889F2FE026c71e30
Octal12521023757160463073660
Binary10101011000100010011111101111111001001101100011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55889F; }

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

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

<style>
 a { background-color: #55889F; }

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

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

<style>
 span { border-color: #55889F; }

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

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