#538AAE

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

Shades of Air Force Blue #538AAE

Tints of Air Force Blue #538AAE

Color information

#538AAE (or 0x538AAE) is unknown color: approx Air Force Blue. HEX triplet: 53, 8A and AE. RGB value is (83,138,174). Sum of RGB (Red+Green+Blue) = 83+138+174=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #538AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538AAE is #AC7551. Grayscale: #7D7D7D. Windows color (decimal): -11302226 or 11438675. OLE color: 11438675.

HSL color Cylindrical-coordinate representation of color #538AAE: hue angle of 203.74º 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 #538AAE is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83138174-
CMYK0.520.2100.32
HSL203.74º35.97%50.39%-
HSV(B)203.74º52.3%68.24%-
XYZ20.323.0743.43-
YUV125.66155.2897.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.01%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=21.01%
G=34.94%
B=44.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831381740.520.2100.32203.7435.9750.39
Hex538AAE3415020cc2432
Octal12321225664250403144462
Binary1010011100010101010111011010010101010000011001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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