#5F809C

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

Shades of Air Force Blue #5F809C

Tints of Air Force Blue #5F809C

Color information

#5F809C (or 0x5F809C) is unknown color: approx Air Force Blue. HEX triplet: 5F, 80 and 9C. RGB value is (95,128,156). Sum of RGB (Red+Green+Blue) = 95+128+156=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F809C is #A07F63. Grayscale: #797979. Windows color (decimal): -10518372 or 10256479. OLE color: 10256479.

HSL color Cylindrical-coordinate representation of color #5F809C: hue angle of 207.54º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F809C is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB95128156-
CMYK0.390.1800.39
HSL207.54º24.3%49.22%-
HSV(B)207.54º39.1%61.18%-
XYZ18.4420.2734.39-
YUV121.32147.57109.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.07%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=25.07%
G=33.77%
B=41.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951281560.390.1800.39207.5424.349.22
Hex5F809C2712027d01831
Octal13720023447220473203061
Binary101111110000000100111001001111001001001111101000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,128,156); }

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

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

 a { background-color: rgb(95,128,156); }

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

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

 span { border-color: rgb(95,128,156); }

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