#538DAB

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

Shades of Air Force Blue #538DAB

Tints of Air Force Blue #538DAB

Color information

#538DAB (or 0x538DAB) is unknown color: approx Air Force Blue. HEX triplet: 53, 8D and AB. RGB value is (83,141,171). Sum of RGB (Red+Green+Blue) = 83+141+171=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #538DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538DAB is #AC7254. Grayscale: #7E7E7E. Windows color (decimal): -11301461 or 11242835. OLE color: 11242835.

HSL color Cylindrical-coordinate representation of color #538DAB: hue angle of 200.45º 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 #538DAB is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83141171-
CMYK0.510.1800.33
HSL200.45º34.65%49.8%-
HSV(B)200.45º51.46%67.06%-
XYZ20.4423.8342.05-
YUV127.08152.7896.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.01%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=21.01%
G=35.70%
B=43.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831411710.510.1800.33200.4534.6549.8
Hex538DAB3312021c82332
Octal12321525363220413104362
Binary1010011100011011010101111001110010010000111001000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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