Html Css Color HEX #537FA0 Air Force Blue

📋 copy color: '#537FA0'

red 83 ◦ green 127 ◦ blue 160

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

Shades of Air Force Blue #537FA0

Tints of Air Force Blue #537FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 34.32%

 BLUE value IS 160 (62.89% from 255) = 43.24%

R = 22.43%
G = 34.32%
B = 43.24%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#537FA0 (or 0x537FA0) is known color: Air Force Blue. HEX triplet: 53, 7F and A0. RGB value is (83,127,160). Sum of RGB (Red+Green+Blue) = 83+127+160=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: blue. Hex color #537FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FA0 is #AC805F. Grayscale: #757575. Windows color (decimal): -11305056 or 10518355. OLE color: 10518355.

HSL color Cylindrical-coordinate representation of color #537FA0: hue angle of 205.71º 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 #537FA0 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 127 160 -
CMYK 0.48 0.21 0 0.37
HSL 205.71º 0.32% 0.48% -
HSV(B) 205.71º 0.48% 0.63% -
XYZ 17.5 19.56 36.11 -
YUV 117.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 83 127 160 0.48 0.21 0 0.37 205.71 0.32 0.48
Hex 53 7F A0 30 15 0 25 CE 20 30
Octal 123 177 240 60 25 0 45 316 40 60
Binary 1010011 1111111 10100000 110000 10101 0 100101 11001110 100000 110000

Color Harmonies of #537FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FA0

Black with #537FA0

Text Example


Text Example

White with #537FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,127,160); }

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

background-color css

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

 a { background-color: rgb(83,127,160); }

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

border-color css

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

 span { border-color: rgb(83,127,160); }

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