#55869E

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

Shades of Air Force Blue #55869E

Tints of Air Force Blue #55869E

Color information

#55869E (or 0x55869E) is unknown color: approx Air Force Blue. HEX triplet: 55, 86 and 9E. RGB value is (85,134,158). Sum of RGB (Red+Green+Blue) = 85+134+158=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #55869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55869E is #AA7961. Grayscale: #797979. Windows color (decimal): -11172194 or 10389077. OLE color: 10389077.

HSL color Cylindrical-coordinate representation of color #55869E: hue angle of 199.73º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55869E is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85134158-
CMYK0.460.1500.38
HSL199.73º30.04%47.65%-
HSV(B)199.73º46.2%61.96%-
XYZ18.4421.4535.52-
YUV122.08148.27101.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=22.55%
G=35.54%
B=41.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851341580.460.1500.38199.7330.0447.65
Hex55869E2EF026c81e30
Octal12520623656170463103660
Binary10101011000011010011110101110111101001101100100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55869E; }

 p { color: rgb(85,134,158); }

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

<style>
 a { background-color: #55869E; }

 a { background-color: rgb(85,134,158); }

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

<style>
 span { border-color: #55869E; }

 span { border-color: rgb(85,134,158); }

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