#507E9E

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

Shades of Air Force Blue #507E9E

Tints of Air Force Blue #507E9E

Color information

#507E9E (or 0x507E9E) is unknown color: approx Air Force Blue. HEX triplet: 50, 7E and 9E. RGB value is (80,126,158). Sum of RGB (Red+Green+Blue) = 80+126+158=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #507E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507E9E is #AF8161. Grayscale: #737373. Windows color (decimal): -11501922 or 10387024. OLE color: 10387024.

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

Color convert

RGB80126158-
CMYK0.490.2000.38
HSL204.62º32.77%46.67%-
HSV(B)204.62º49.37%61.96%-
XYZ16.9419.135.14-
YUV115.89151.76102.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 126 (49.61% from 255) = 34.62%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=21.98%
G=34.62%
B=43.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801261580.490.2000.38204.6232.7746.67
Hex507E9E3114026cd212f
Octal12017623661240463154157
Binary101000011111101001111011000110100010011011001101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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