#55859E

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

Shades of Air Force Blue #55859E

Tints of Air Force Blue #55859E

Color information

#55859E (or 0x55859E) is unknown color: approx Air Force Blue. HEX triplet: 55, 85 and 9E. RGB value is (85,133,158). Sum of RGB (Red+Green+Blue) = 85+133+158=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #55859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55859E is #AA7A61. Grayscale: #797979. Windows color (decimal): -11172450 or 10388821. OLE color: 10388821.

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

Color convert

RGB85133158-
CMYK0.460.1600.38
HSL200.55º30.04%47.65%-
HSV(B)200.55º46.2%61.96%-
XYZ18.3121.1735.47-
YUV121.5148.6101.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=22.61%
G=35.37%
B=42.02%

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
Decimal851331580.460.1600.38200.5530.0447.65
Hex55859E2E10026c91e30
Octal12520523656200463113660
Binary101010110000101100111101011101000001001101100100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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