Html Css Color HEX #537EA6 Air Force Blue

📋 copy color: '#537EA6'

red 83 ◦ green 126 ◦ blue 166

#537EA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #537EA6

Tints of Air Force Blue #537EA6

RGB

 RED value IS 83 (32.81% from 255) = 22.13%

 GREEN value IS 126 (49.61% from 255) = 33.6%

 BLUE value IS 166 (65.23% from 255) = 44.27%

R = 22.13%
G = 33.6%
B = 44.27%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#537EA6 (or 0x537EA6) is known color: Air Force Blue. HEX triplet: 53, 7E and A6. RGB value is (83,126,166). Sum of RGB (Red+Green+Blue) = 83+126+166=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 166 - color contains mainly: blue. Hex color #537EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537EA6 is #AC8159. Grayscale: #757575. Windows color (decimal): -11305306 or 10911315. OLE color: 10911315.

HSL color Cylindrical-coordinate representation of color #537EA6: hue angle of 208.92º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #537EA6 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 126 166 -
CMYK 0.50 0.24 0 0.35
HSL 208.92º 0.33% 0.49% -
HSV(B) 208.92º 0.5% 0.65% -
XYZ 17.91 19.51 38.9 -
YUV 117.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 83 126 166 0.50 0.24 0 0.35 208.92 0.33 0.49
Hex 53 7E A6 32 18 0 23 D1 21 31
Octal 123 176 246 62 30 0 43 321 41 61
Binary 1010011 1111110 10100110 110010 11000 0 100011 11010001 100001 110001

Color Harmonies of #537EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537EA6

Black with #537EA6

Text Example


Text Example

White with #537EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537EA6; }

 p { color: rgb(83,126,166); }

 H1.HeaderClassName
 {
   color: #537EA6;
 }
 .AnyTagClassName
 {
   color: #537EA6;
 }
</style>

background-color css

<style>
 a { background-color: #537EA6; }

 a { background-color: rgb(83,126,166); }

 div.DivClassName
 {
   background-color: #537EA6;
 }
 .BgClassName
 {
   background-color: #537EA6;
 }
</style>

border-color css

<style>
 span { border-color: #537EA6; }

 span { border-color: rgb(83,126,166); }

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