#538BB0

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

Shades of Air Force Blue #538BB0

Tints of Air Force Blue #538BB0

Color information

#538BB0 (or 0x538BB0) is unknown color: approx Air Force Blue. HEX triplet: 53, 8B and B0. RGB value is (83,139,176). Sum of RGB (Red+Green+Blue) = 83+139+176=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 176 - color contains mainly: blue. Hex color #538BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538BB0 is #AC744F. Grayscale: #7E7E7E. Windows color (decimal): -11301968 or 11570003. OLE color: 11570003.

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

Color convert

RGB83139176-
CMYK0.530.2100.31
HSL203.87º37.05%50.78%-
HSV(B)203.87º52.84%69.02%-
XYZ20.6423.4444.51-
YUV126.47155.9596.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 176 (69.14% from 255) = 44.22%
R=20.85%
G=34.92%
B=44.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831391760.530.2100.31203.8737.0550.78
Hex538BB0351501Fcc2533
Octal12321326065250373144563
Binary101001110001011101100001101011010101111111001100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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