#55819E

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

Shades of Air Force Blue #55819E

Tints of Air Force Blue #55819E

Color information

#55819E (or 0x55819E) is unknown color: approx Air Force Blue. HEX triplet: 55, 81 and 9E. RGB value is (85,129,158). Sum of RGB (Red+Green+Blue) = 85+129+158=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #55819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55819E is #AA7E61. Grayscale: #767676. Windows color (decimal): -11173474 or 10387797. OLE color: 10387797.

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

Color convert

RGB85129158-
CMYK0.460.1800.38
HSL203.84º30.04%47.65%-
HSV(B)203.84º46.2%61.96%-
XYZ17.7720.135.29-
YUV119.15149.92103.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=22.85%
G=34.68%
B=42.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851291580.460.1800.38203.8430.0447.65
Hex55819E2E12026cc1e30
Octal12520123656220463143660
Binary101010110000001100111101011101001001001101100110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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