Html Css Color HEX #538FAC Air Force Blue

📋 copy color: '#538FAC'

red 83 ◦ green 143 ◦ blue 172

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

Shades of Air Force Blue #538FAC

Tints of Air Force Blue #538FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 20.85%
G = 35.93%
B = 43.22%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#538FAC (or 0x538FAC) is known color: Air Force Blue. HEX triplet: 53, 8F and AC. RGB value is (83,143,172). Sum of RGB (Red+Green+Blue) = 83+143+172=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #538FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538FAC is #AC7053. Grayscale: #808080. Windows color (decimal): -11300948 or 11308883. OLE color: 11308883.

HSL color Cylindrical-coordinate representation of color #538FAC: hue angle of 199.55º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #538FAC is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 143 172 -
CMYK 0.52 0.17 0 0.33
HSL 199.55º 0.35% 0.5% -
HSV(B) 199.55º 0.52% 0.67% -
XYZ 20.84 24.46 42.65 -
YUV 128.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 83 143 172 0.52 0.17 0 0.33 199.55 0.35 0.5
Hex 53 8F AC 34 11 0 21 C8 23 32
Octal 123 217 254 64 21 0 41 310 43 62
Binary 1010011 10001111 10101100 110100 10001 0 100001 11001000 100011 110010

Color Harmonies of #538FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FAC

Black with #538FAC

Text Example


Text Example

White with #538FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,143,172); }

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

background-color css

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

 a { background-color: rgb(83,143,172); }

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

border-color css

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

 span { border-color: rgb(83,143,172); }

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