#538bae

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

Shades of Air Force Blue #538BAE

Tints of Air Force Blue #538BAE

Color information

#538BAE (or 0x538BAE) is unknown color: approx Air Force Blue. HEX triplet: 53, 8B and AE. RGB value is (83,139,174). Sum of RGB (Red+Green+Blue) = 83+139+174=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #538BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538BAE is #AC7451. Grayscale: #7E7E7E. Windows color (decimal): -11301970 or 11438931. OLE color: 11438931.

HSL color Cylindrical-coordinate representation of color #538BAE: hue angle of 203.08º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #538BAE is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83139174-
CMYK0.520.2000.32
HSL203.08º35.97%50.39%-
HSV(B)203.08º52.3%68.24%-
XYZ20.4423.3643.48-
YUV126.25154.9597.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.96%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=20.96%
G=35.10%
B=43.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831391740.520.2000.32203.0835.9750.39
Hex538BAE3414020cb2432
Octal12321325664240403134462
Binary1010011100010111010111011010010100010000011001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,139,174); }

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

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

 a { background-color: rgb(83,139,174); }

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

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

 span { border-color: rgb(83,139,174); }

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