#538CA7

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

Shades of Air Force Blue #538CA7

Tints of Air Force Blue #538CA7

Color information

#538CA7 (or 0x538CA7) is unknown color: approx Air Force Blue. HEX triplet: 53, 8C and A7. RGB value is (83,140,167). Sum of RGB (Red+Green+Blue) = 83+140+167=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: blue. Hex color #538CA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538CA7 is #AC7358. Grayscale: #7D7D7D. Windows color (decimal): -11301721 or 10980435. OLE color: 10980435.

HSL color Cylindrical-coordinate representation of color #538CA7: hue angle of 199.29º 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 #538CA7 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB83140167-
CMYK0.500.1600.35
HSL199.29º33.6%49.02%-
HSV(B)199.29º50.3%65.49%-
XYZ19.9223.3940.02-
YUV126.03151.1297.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 167 (65.62% from 255) = 42.82%
R=21.28%
G=35.90%
B=42.82%

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
Decimal831401670.500.1600.35199.2933.649.02
Hex538CA73210023c72231
Octal12321424762200433074261
Binary1010011100011001010011111001010000010001111000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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