Html Css Color HEX #537DA6 Air Force Blue

📋 copy color: '#537DA6'

red 83 ◦ green 125 ◦ blue 166

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

Shades of Air Force Blue #537DA6

Tints of Air Force Blue #537DA6

RGB

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

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

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

R = 22.19%
G = 33.42%
B = 44.39%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#537DA6 (or 0x537DA6) is known color: Air Force Blue. HEX triplet: 53, 7D and A6. RGB value is (83,125,166). Sum of RGB (Red+Green+Blue) = 83+125+166=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 166 - color contains mainly: blue. Hex color #537DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537DA6 is #AC8259. Grayscale: #747474. Windows color (decimal): -11305562 or 10911059. OLE color: 10911059.

HSL color Cylindrical-coordinate representation of color #537DA6: hue angle of 209.64º 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 #537DA6 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 125 166 -
CMYK 0.50 0.25 0 0.35
HSL 209.64º 0.33% 0.49% -
HSV(B) 209.64º 0.5% 0.65% -
XYZ 17.78 19.26 38.86 -
YUV 117.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 83 125 166 0.50 0.25 0 0.35 209.64 0.33 0.49
Hex 53 7D A6 32 19 0 23 D2 21 31
Octal 123 175 246 62 31 0 43 322 41 61
Binary 1010011 1111101 10100110 110010 11001 0 100011 11010010 100001 110001

Color Harmonies of #537DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DA6

Black with #537DA6

Text Example


Text Example

White with #537DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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