#537D9D

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

Shades of Air Force Blue #537D9D

Tints of Air Force Blue #537D9D

Color information

#537D9D (or 0x537D9D) is unknown color: approx Air Force Blue. HEX triplet: 53, 7D and 9D. RGB value is (83,125,157). Sum of RGB (Red+Green+Blue) = 83+125+157=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #537D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537D9D is #AC8262. Grayscale: #737373. Windows color (decimal): -11305571 or 10321235. OLE color: 10321235.

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

Color convert

RGB83125157-
CMYK0.470.2000.38
HSL205.95º30.83%47.06%-
HSV(B)205.95º47.13%61.57%-
XYZ16.9918.9434.66-
YUV116.09151.09104.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=22.74%
G=34.25%
B=43.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831251570.470.2000.38205.9530.8347.06
Hex537D9D2F14026ce1f2f
Octal12317523557240463163757
Binary10100111111101100111011011111010001001101100111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537D9D; }

 p { color: rgb(83,125,157); }

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

<style>
 a { background-color: #537D9D; }

 a { background-color: rgb(83,125,157); }

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

<style>
 span { border-color: #537D9D; }

 span { border-color: rgb(83,125,157); }

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