#55849D

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

Shades of Air Force Blue #55849D

Tints of Air Force Blue #55849D

Color information

#55849D (or 0x55849D) is unknown color: approx Air Force Blue. HEX triplet: 55, 84 and 9D. RGB value is (85,132,157). Sum of RGB (Red+Green+Blue) = 85+132+157=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #55849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55849D is #AA7B62. Grayscale: #787878. Windows color (decimal): -11172707 or 10323029. OLE color: 10323029.

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

Color convert

RGB85132157-
CMYK0.460.1600.38
HSL200.83º29.75%47.45%-
HSV(B)200.83º45.86%61.57%-
XYZ18.0820.8734.97-
YUV120.8148.43102.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=22.73%
G=35.29%
B=41.98%

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
Decimal851321570.460.1600.38200.8329.7547.45
Hex55849D2E10026c91e2f
Octal12520423556200463113657
Binary101010110000100100111011011101000001001101100100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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