#55849E

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

Shades of Air Force Blue #55849E

Tints of Air Force Blue #55849E

Color information

#55849E (or 0x55849E) is unknown color: approx Air Force Blue. HEX triplet: 55, 84 and 9E. RGB value is (85,132,158). Sum of RGB (Red+Green+Blue) = 85+132+158=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #55849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55849E is #AA7B61. Grayscale: #787878. Windows color (decimal): -11172706 or 10388565. OLE color: 10388565.

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

Color convert

RGB85132158-
CMYK0.460.1600.38
HSL201.37º30.04%47.65%-
HSV(B)201.37º46.2%61.96%-
XYZ18.1720.935.42-
YUV120.91148.93102.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=22.67%
G=35.2%
B=42.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851321580.460.1600.38201.3730.0447.65
Hex55849E2E10026c91e30
Octal12520423656200463113660
Binary101010110000100100111101011101000001001101100100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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