Html Css Color HEX #537DA1 Air Force Blue

📋 copy color: '#537DA1'

red 83 ◦ green 125 ◦ blue 161

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

Shades of Air Force Blue #537DA1

Tints of Air Force Blue #537DA1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 161 (63.28% from 255) = 43.63%

R = 22.49%
G = 33.88%
B = 43.63%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#537DA1 (or 0x537DA1) is known color: Air Force Blue. HEX triplet: 53, 7D and A1. RGB value is (83,125,161). Sum of RGB (Red+Green+Blue) = 83+125+161=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 161 - color contains mainly: blue. Hex color #537DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DA1 is #AC825E. Grayscale: #747474. Windows color (decimal): -11305567 or 10583379. OLE color: 10583379.

HSL color Cylindrical-coordinate representation of color #537DA1: hue angle of 207.69º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #537DA1 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 125 161 -
CMYK 0.48 0.22 0 0.37
HSL 207.69º 0.32% 0.48% -
HSV(B) 207.69º 0.48% 0.63% -
XYZ 17.33 19.08 36.49 -
YUV 116.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 83 125 161 0.48 0.22 0 0.37 207.69 0.32 0.48
Hex 53 7D A1 30 16 0 25 D0 20 30
Octal 123 175 241 60 26 0 45 320 40 60
Binary 1010011 1111101 10100001 110000 10110 0 100101 11010000 100000 110000

Color Harmonies of #537DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DA1

Black with #537DA1

Text Example


Text Example

White with #537DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,125,161); }

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

background-color css

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

 a { background-color: rgb(83,125,161); }

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

border-color css

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

 span { border-color: rgb(83,125,161); }

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