#538CB1

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

Shades of Air Force Blue #538CB1

Tints of Air Force Blue #538CB1

Color information

#538CB1 (or 0x538CB1) is unknown color: approx Air Force Blue. HEX triplet: 53, 8C and B1. RGB value is (83,140,177). Sum of RGB (Red+Green+Blue) = 83+140+177=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #538CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538CB1 is #AC734E. Grayscale: #7E7E7E. Windows color (decimal): -11301711 or 11635795. OLE color: 11635795.

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

Color convert

RGB83140177-
CMYK0.530.2100.31
HSL203.62º37.6%50.98%-
HSV(B)203.62º53.11%69.41%-
XYZ20.8823.7745.08-
YUV127.17156.1296.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.75%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 177 (69.53% from 255) = 44.25%
R=20.75%
G=35%
B=44.25%

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
Decimal831401770.530.2100.31203.6237.650.98
Hex538CB1351501Fcc2633
Octal12321426165250373144663
Binary101001110001100101100011101011010101111111001100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,140,177); }

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

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

 a { background-color: rgb(83,140,177); }

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

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

 span { border-color: rgb(83,140,177); }

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