#538DA7

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

Shades of Air Force Blue #538DA7

Tints of Air Force Blue #538DA7

Color information

#538DA7 (or 0x538DA7) is unknown color: approx Air Force Blue. HEX triplet: 53, 8D and A7. RGB value is (83,141,167). Sum of RGB (Red+Green+Blue) = 83+141+167=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 167 - color contains mainly: blue. Hex color #538DA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538DA7 is #AC7258. Grayscale: #7E7E7E. Windows color (decimal): -11301465 or 10980691. OLE color: 10980691.

HSL color Cylindrical-coordinate representation of color #538DA7: hue angle of 198.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #538DA7 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB83141167-
CMYK0.500.1600.35
HSL198.57º33.6%49.02%-
HSV(B)198.57º50.3%65.49%-
XYZ20.0723.6840.07-
YUV126.62150.7896.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 167 (65.62% from 255) = 42.71%
R=21.23%
G=36.06%
B=42.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831411670.500.1600.35198.5733.649.02
Hex538DA73210023c72231
Octal12321524762200433074261
Binary1010011100011011010011111001010000010001111000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538DA7; }

 p { color: rgb(83,141,167); }

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

<style>
 a { background-color: #538DA7; }

 a { background-color: rgb(83,141,167); }

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

<style>
 span { border-color: #538DA7; }

 span { border-color: rgb(83,141,167); }

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