Html Css Color HEX #538BA9 Air Force Blue

📋 copy color: '#538BA9'

red 83 ◦ green 139 ◦ blue 169

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

Shades of Air Force Blue #538BA9

Tints of Air Force Blue #538BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.55%

 BLUE value IS 169 (66.41% from 255) = 43.22%

R = 21.23%
G = 35.55%
B = 43.22%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#538BA9 (or 0x538BA9) is known color: Air Force Blue. HEX triplet: 53, 8B and A9. RGB value is (83,139,169). Sum of RGB (Red+Green+Blue) = 83+139+169=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: blue. Hex color #538BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538BA9 is #AC7456. Grayscale: #7D7D7D. Windows color (decimal): -11301975 or 11111251. OLE color: 11111251.

HSL color Cylindrical-coordinate representation of color #538BA9: hue angle of 200.93º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #538BA9 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 139 169 -
CMYK 0.51 0.18 0 0.34
HSL 200.93º 0.34% 0.49% -
HSV(B) 200.93º 0.51% 0.66% -
XYZ 19.96 23.17 40.96 -
YUV 125.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 83 139 169 0.51 0.18 0 0.34 200.93 0.34 0.49
Hex 53 8B A9 33 12 0 22 C9 22 31
Octal 123 213 251 63 22 0 42 311 42 61
Binary 1010011 10001011 10101001 110011 10010 0 100010 11001001 100010 110001

Color Harmonies of #538BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BA9

Black with #538BA9

Text Example


Text Example

White with #538BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,139,169); }

 H1.HeaderClassName
 {
   color: #538BA9;
 }
 .AnyTagClassName
 {
   color: #538BA9;
 }
</style>

background-color css

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

 a { background-color: rgb(83,139,169); }

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

border-color css

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

 span { border-color: rgb(83,139,169); }

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