#5F8DA8

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

Shades of Air Force Blue #5F8DA8

Tints of Air Force Blue #5F8DA8

Color information

#5F8DA8 (or 0x5F8DA8) is unknown color: approx Air Force Blue. HEX triplet: 5F, 8D and A8. RGB value is (95,141,168). Sum of RGB (Red+Green+Blue) = 95+141+168=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 168 - color contains mainly: blue. Hex color #5F8DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8DA8 is #A07257. Grayscale: #828282. Windows color (decimal): -10515032 or 11046239. OLE color: 11046239.

HSL color Cylindrical-coordinate representation of color #5F8DA8: hue angle of 202.19º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F8DA8 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB95141168-
CMYK0.430.1600.34
HSL202.19º29.55%51.57%-
HSV(B)202.19º43.45%65.88%-
XYZ21.3124.3140.61-
YUV130.32149.26102.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.51%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 168 (66.02% from 255) = 41.58%
R=23.51%
G=34.90%
B=41.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951411680.430.1600.34202.1929.5551.57
Hex5F8DA82B10022ca1e34
Octal13721525053200423123664
Binary101111110001101101010001010111000001000101100101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,141,168); }

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

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

 a { background-color: rgb(95,141,168); }

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

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

 span { border-color: rgb(95,141,168); }

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