#507E9F

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

Shades of Air Force Blue #507E9F

Tints of Air Force Blue #507E9F

Color information

#507E9F (or 0x507E9F) is unknown color: approx Air Force Blue. HEX triplet: 50, 7E and 9F. RGB value is (80,126,159). Sum of RGB (Red+Green+Blue) = 80+126+159=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #507E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507E9F is #AF8160. Grayscale: #737373. Windows color (decimal): -11501921 or 10452560. OLE color: 10452560.

HSL color Cylindrical-coordinate representation of color #507E9F: hue angle of 205.06º 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 #507E9F is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80126159-
CMYK0.500.2100.38
HSL205.06º33.05%46.86%-
HSV(B)205.06º49.69%62.35%-
XYZ17.0319.1335.6-
YUV116.01152.26102.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=21.92%
G=34.52%
B=43.56%

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
Decimal801261590.500.2100.38205.0633.0546.86
Hex507E9F3215026cd212f
Octal12017623762250463154157
Binary101000011111101001111111001010101010011011001101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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