Html Css Color HEX #538FA6 Air Force Blue

📋 copy color: '#538FA6'

red 83 ◦ green 143 ◦ blue 166

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

Shades of Air Force Blue #538FA6

Tints of Air Force Blue #538FA6

RGB

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

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

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

R = 21.17%
G = 36.48%
B = 42.35%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#538FA6 (or 0x538FA6) is known color: Air Force Blue. HEX triplet: 53, 8F and A6. RGB value is (83,143,166). Sum of RGB (Red+Green+Blue) = 83+143+166=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 166 - color contains mainly: blue. Hex color #538FA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538FA6 is #AC7059. Grayscale: #7F7F7F. Windows color (decimal): -11300954 or 10915667. OLE color: 10915667.

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

Color convert

RGB 83 143 166 -
CMYK 0.50 0.14 0 0.35
HSL 196.63º 0.33% 0.49% -
HSV(B) 196.63º 0.5% 0.65% -
XYZ 20.27 24.24 39.69 -
YUV 127.68 149.62 96.13 -
System Red Green Blue C M Y K H S L
Decimal 83 143 166 0.50 0.14 0 0.35 196.63 0.33 0.49
Hex 53 8F A6 32 E 0 23 C5 21 31
Octal 123 217 246 62 16 0 43 305 41 61
Binary 1010011 10001111 10100110 110010 1110 0 100011 11000101 100001 110001

Color Harmonies of #538FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FA6

Black with #538FA6

Text Example


Text Example

White with #538FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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