#55839E

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

Shades of Air Force Blue #55839E

Tints of Air Force Blue #55839E

Color information

#55839E (or 0x55839E) is unknown color: approx Air Force Blue. HEX triplet: 55, 83 and 9E. RGB value is (85,131,158). Sum of RGB (Red+Green+Blue) = 85+131+158=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #55839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55839E is #AA7C61. Grayscale: #787878. Windows color (decimal): -11172962 or 10388309. OLE color: 10388309.

HSL color Cylindrical-coordinate representation of color #55839E: hue angle of 202.19º 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 #55839E is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85131158-
CMYK0.460.1700.38
HSL202.19º30.04%47.65%-
HSV(B)202.19º46.2%61.96%-
XYZ18.0320.6335.38-
YUV120.32149.26102.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=22.73%
G=35.03%
B=42.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851311580.460.1700.38202.1930.0447.65
Hex55839E2E11026ca1e30
Octal12520323656210463123660
Binary101010110000011100111101011101000101001101100101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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