#538EAB

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

Shades of Air Force Blue #538EAB

Tints of Air Force Blue #538EAB

Color information

#538EAB (or 0x538EAB) is unknown color: approx Air Force Blue. HEX triplet: 53, 8E and AB. RGB value is (83,142,171). Sum of RGB (Red+Green+Blue) = 83+142+171=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #538EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538EAB is #AC7154. Grayscale: #7F7F7F. Windows color (decimal): -11301205 or 11243091. OLE color: 11243091.

HSL color Cylindrical-coordinate representation of color #538EAB: hue angle of 199.77º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #538EAB is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83142171-
CMYK0.510.1700.33
HSL199.77º34.65%49.8%-
HSV(B)199.77º51.46%67.06%-
XYZ20.5924.1342.1-
YUV127.66152.4596.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.96%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=20.96%
G=35.86%
B=43.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831421710.510.1700.33199.7734.6549.8
Hex538EAB3311021c82332
Octal12321625363210413104362
Binary1010011100011101010101111001110001010000111001000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,142,171); }

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

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

 a { background-color: rgb(83,142,171); }

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

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

 span { border-color: rgb(83,142,171); }

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