#538DAE

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

Shades of Air Force Blue #538DAE

Tints of Air Force Blue #538DAE

Color information

#538DAE (or 0x538DAE) is unknown color: approx Air Force Blue. HEX triplet: 53, 8D and AE. RGB value is (83,141,174). Sum of RGB (Red+Green+Blue) = 83+141+174=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #538DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538DAE is #AC7251. Grayscale: #7F7F7F. Windows color (decimal): -11301458 or 11439443. OLE color: 11439443.

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

Color convert

RGB83141174-
CMYK0.520.1900.32
HSL201.76º35.97%50.39%-
HSV(B)201.76º52.3%68.24%-
XYZ20.7323.9443.57-
YUV127.42154.2896.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=20.85%
G=35.43%
B=43.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831411740.520.1900.32201.7635.9750.39
Hex538DAE3413020ca2432
Octal12321525664230403124462
Binary1010011100011011010111011010010011010000011001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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