#55859D

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

Shades of Air Force Blue #55859D

Tints of Air Force Blue #55859D

Color information

#55859D (or 0x55859D) is unknown color: approx Air Force Blue. HEX triplet: 55, 85 and 9D. RGB value is (85,133,157). Sum of RGB (Red+Green+Blue) = 85+133+157=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #55859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55859D is #AA7A62. Grayscale: #797979. Windows color (decimal): -11172451 or 10323285. OLE color: 10323285.

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

Color convert

RGB85133157-
CMYK0.460.1500.38
HSL200º29.75%47.45%-
HSV(B)200º45.86%61.57%-
XYZ18.2221.1435.02-
YUV121.38148.1102.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=22.67%
G=35.47%
B=41.87%

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
Decimal851331570.460.1500.3820029.7547.45
Hex55859D2EF026c81e2f
Octal12520523556170463103657
Binary10101011000010110011101101110111101001101100100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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