#55819F

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

Shades of Air Force Blue #55819F

Tints of Air Force Blue #55819F

Color information

#55819F (or 0x55819F) is unknown color: approx Air Force Blue. HEX triplet: 55, 81 and 9F. RGB value is (85,129,159). Sum of RGB (Red+Green+Blue) = 85+129+159=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #55819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55819F is #AA7E60. Grayscale: #777777. Windows color (decimal): -11173473 or 10453333. OLE color: 10453333.

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

Color convert

RGB85129159-
CMYK0.470.1900.38
HSL204.32º30.33%47.84%-
HSV(B)204.32º46.54%62.35%-
XYZ17.8520.1435.75-
YUV119.26150.42103.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=22.79%
G=34.58%
B=42.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851291590.470.1900.38204.3230.3347.84
Hex55819F2F13026cc1e30
Octal12520123757230463143660
Binary101010110000001100111111011111001101001101100110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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