#507D9F

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

Shades of Air Force Blue #507D9F

Tints of Air Force Blue #507D9F

Color information

#507D9F (or 0x507D9F) is unknown color: approx Air Force Blue. HEX triplet: 50, 7D and 9F. RGB value is (80,125,159). Sum of RGB (Red+Green+Blue) = 80+125+159=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #507D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D9F is #AF8260. Grayscale: #737373. Windows color (decimal): -11502177 or 10452304. OLE color: 10452304.

HSL color Cylindrical-coordinate representation of color #507D9F: hue angle of 205.82º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #507D9F is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80125159-
CMYK0.500.2100.38
HSL205.82º33.05%46.86%-
HSV(B)205.82º49.69%62.35%-
XYZ16.918.8835.55-
YUV115.42152.59102.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=21.98%
G=34.34%
B=43.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801251590.500.2100.38205.8233.0546.86
Hex507D9F3215026ce212f
Octal12017523762250463164157
Binary101000011111011001111111001010101010011011001110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507D9F; }

 p { color: rgb(80,125,159); }

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

<style>
 a { background-color: #507D9F; }

 a { background-color: rgb(80,125,159); }

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

<style>
 span { border-color: #507D9F; }

 span { border-color: rgb(80,125,159); }

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