#5F7C9D

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

Shades of Air Force Blue #5F7C9D

Tints of Air Force Blue #5F7C9D

Color information

#5F7C9D (or 0x5F7C9D) is unknown color: approx Air Force Blue. HEX triplet: 5F, 7C and 9D. RGB value is (95,124,157). Sum of RGB (Red+Green+Blue) = 95+124+157=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F7C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7C9D is #A08362. Grayscale: #767676. Windows color (decimal): -10519395 or 10320991. OLE color: 10320991.

HSL color Cylindrical-coordinate representation of color #5F7C9D: hue angle of 211.94º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F7C9D is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB95124157-
CMYK0.390.2100.38
HSL211.94º24.6%49.41%-
HSV(B)211.94º39.49%61.57%-
XYZ18.0119.2834.67-
YUV119.09149.39110.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=25.27%
G=32.98%
B=41.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951241570.390.2100.38211.9424.649.41
Hex5F7C9D2715026d41931
Octal13717423547250463243161
Binary10111111111100100111011001111010101001101101010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,124,157); }

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

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

 a { background-color: rgb(95,124,157); }

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

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

 span { border-color: rgb(95,124,157); }

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