#55879F

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

Shades of Air Force Blue #55879F

Tints of Air Force Blue #55879F

Color information

#55879F (or 0x55879F) is unknown color: approx Air Force Blue. HEX triplet: 55, 87 and 9F. RGB value is (85,135,159). Sum of RGB (Red+Green+Blue) = 85+135+159=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #55879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55879F is #AA7860. Grayscale: #7A7A7A. Windows color (decimal): -11171937 or 10454869. OLE color: 10454869.

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

Color convert

RGB85135159-
CMYK0.470.1500.38
HSL199.46º30.33%47.84%-
HSV(B)199.46º46.54%62.35%-
XYZ18.6721.7636.02-
YUV122.79148.44101.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=22.43%
G=35.62%
B=41.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851351590.470.1500.38199.4630.3347.84
Hex55879F2FF026c71e30
Octal12520723757170463073660
Binary10101011000011110011111101111111101001101100011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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