#538FB0

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

Shades of Air Force Blue #538FB0

Tints of Air Force Blue #538FB0

Color information

#538FB0 (or 0x538FB0) is unknown color: approx Air Force Blue. HEX triplet: 53, 8F and B0. RGB value is (83,143,176). Sum of RGB (Red+Green+Blue) = 83+143+176=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #538FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538FB0 is #AC704F. Grayscale: #808080. Windows color (decimal): -11300944 or 11571027. OLE color: 11571027.

HSL color Cylindrical-coordinate representation of color #538FB0: hue angle of 201.29º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #538FB0 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB83143176-
CMYK0.530.1900.31
HSL201.29º37.05%50.78%-
HSV(B)201.29º52.84%69.02%-
XYZ21.2324.6244.71-
YUV128.82154.6295.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 176 (69.14% from 255) = 43.78%
R=20.65%
G=35.57%
B=43.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831431760.530.1900.31201.2937.0550.78
Hex538FB0351301Fc92533
Octal12321726065230373114563
Binary101001110001111101100001101011001101111111001001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,143,176); }

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

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

 a { background-color: rgb(83,143,176); }

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

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

 span { border-color: rgb(83,143,176); }

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