#5F819F

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

Shades of Air Force Blue #5F819F

Tints of Air Force Blue #5F819F

Color information

#5F819F (or 0x5F819F) is unknown color: approx Air Force Blue. HEX triplet: 5F, 81 and 9F. RGB value is (95,129,159). Sum of RGB (Red+Green+Blue) = 95+129+159=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F819F is #A07E60. Grayscale: #7A7A7A. Windows color (decimal): -10518113 or 10453343. OLE color: 10453343.

HSL color Cylindrical-coordinate representation of color #5F819F: hue angle of 208.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F819F is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB95129159-
CMYK0.400.1900.38
HSL208.12º25.2%49.8%-
HSV(B)208.12º40.25%62.35%-
XYZ18.8320.6435.79-
YUV122.25148.74108.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.80%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=24.80%
G=33.68%
B=41.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951291590.400.1900.38208.1225.249.8
Hex5F819F2813026d01932
Octal13720123750230463203162
Binary101111110000001100111111010001001101001101101000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F819F; }

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

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

<style>
 a { background-color: #5F819F; }

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

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

<style>
 span { border-color: #5F819F; }

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

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